Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resources = []*biz.Resource{ { Keyword: "Env", Description: "环境标识信息", Fields: "Keyword", Private: proto.Bool(false), Tag: "env", ResourceValue: []*biz.ResourceValue{ { EnvID: env.TEST, Value: util.MarshalString(map[string]any{ "Keyword": "TEST", }), }, { EnvID: env.PRE, Value: util.MarshalString(map[string]any{ "Keyword": "PRE", }), }, { EnvID: env.PROD, Value: util.MarshalString(map[string]any{ "Keyword": "PROD", }), }, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.