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