refactor: store protocol config in root
This commit is contained in:
parent
bfb8559e32
commit
80d34000a0
|
@ -92,6 +92,8 @@ func (m *Manager) ConfigureProtocol(name string, cfg ProtocolConfig) error {
|
|||
return err
|
||||
}
|
||||
|
||||
m.root.Protocol[name] = cfg
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue