refactor: define Protocol under Config for completeness
This commit is contained in:
parent
d9d85f2804
commit
7edab13afe
|
@ -19,6 +19,7 @@ var (
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
Core CoreConfig `mapstructure:"core"`
|
Core CoreConfig `mapstructure:"core"`
|
||||||
|
Protocol map[string]ProtocolConfig `mapstructure:"protocol"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Manager struct {
|
type Manager struct {
|
||||||
|
|
Loading…
Reference in New Issue