fix: need to use group tag
This commit is contained in:
parent
a410cc55f0
commit
646a65f814
|
@ -39,7 +39,7 @@ type S5ApiParams struct {
|
||||||
Identity ed25519.PrivateKey
|
Identity ed25519.PrivateKey
|
||||||
Accounts *account.AccountServiceImpl
|
Accounts *account.AccountServiceImpl
|
||||||
Storage *storage.StorageServiceImpl
|
Storage *storage.StorageServiceImpl
|
||||||
Protocols []protoRegistry.Protocol
|
Protocols []protoRegistry.Protocol `group:"protocol"`
|
||||||
HttpHandler s5.HttpHandler
|
HttpHandler s5.HttpHandler
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue