feat: add query groups in x/group (#14879)
Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
This commit is contained in:
co-authored by
Likhita Polavarapu
parent
bdf4c76daf
commit
a2797c8cd4
@@ -383,8 +383,8 @@ const (
|
||||
)
|
||||
|
||||
// Module defines the ORM module which adds providers to the app container for
|
||||
// module-scoped DB's. In the future it may provide gRPC services for interacting
|
||||
// with ORM data.
|
||||
// ORM ModuleDB's and in the future will automatically register query
|
||||
// services for modules that use the ORM.
|
||||
type Module struct {
|
||||
state protoimpl.MessageState
|
||||
sizeCache protoimpl.SizeCache
|
||||
|
||||
Reference in New Issue
Block a user