first commit
This commit is contained in:
7
gateway/api/v1/internal/model/modules.go
Normal file
7
gateway/api/v1/internal/model/modules.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package model
|
||||
|
||||
type GetModuleResp struct {
|
||||
Name string `json:"name" enums:"wallet,oa,redpacket"`
|
||||
IsEnabled bool `json:"isEnabled"`
|
||||
EndPoints []string `json:"endPoints"`
|
||||
}
|
||||
Reference in New Issue
Block a user