config: Remove unused config field
The implementation did not use this field after all.
This commit is contained in:
parent
af3857d162
commit
765235c0ca
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ const (
|
||||||
|
|
||||||
// Config is the configuration of the bridge.
|
// Config is the configuration of the bridge.
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Include string
|
|
||||||
BaseURL string
|
BaseURL string
|
||||||
HTTPAddress string
|
HTTPAddress string
|
||||||
LogLevel string
|
LogLevel string
|
||||||
|
|
Loading…
Add table
Reference in a new issue