diff --git a/config/config.go b/config/config.go index 5da15b9..50e2f79 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,8 @@ var ( ) type Config struct { - Core CoreConfig `mapstructure:"core"` + Core CoreConfig `mapstructure:"core"` + Protocol map[string]ProtocolConfig `mapstructure:"protocol"` } type Manager struct {