fix: need to use group tag

This commit is contained in:
Derrick Hammer 2024-01-28 04:23:58 -05:00
parent a410cc55f0
commit 646a65f814
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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
} }