fix: initParams missing fx.In
This commit is contained in:
parent
76025f0a8a
commit
cdd458129b
|
@ -27,6 +27,7 @@ func BuildProtocols(config *viper.Viper) fx.Option {
|
|||
}
|
||||
|
||||
type initParams struct {
|
||||
fx.In
|
||||
Protocols []registry.Protocol `group:"protocol"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue