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:
atheeshp
2023-02-03 10:00:46 +00:00
committed by GitHub
co-authored by Likhita Polavarapu
parent bdf4c76daf
commit a2797c8cd4
11 changed files with 2255 additions and 302 deletions
@@ -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