Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Resources = []*biz.Resource{ { Keyword: "Email", Description: "邮箱服务配置信息", Fields: "Username,Company,Password,Host,Port", Private: proto.Bool(false), Tag: "email", ResourceValue: []*biz.ResourceValue{ { EnvID: env.TEST, Value: util.MarshalString(map[string]any{ "Username": "860808187@qq.com", "Company": "青岑云", "Password": "xxx", "Host": "smtp.qq.com", "Port": 25, }), }, { EnvID: env.PRE, Value: util.MarshalString(map[string]any{ "Username": "860808187@qq.com", "Company": "青岑云", "Password": "xxx", "Host": "smtp.qq.com", "Port": 25, }), }, { EnvID: env.PROD, Value: util.MarshalString(map[string]any{ "Username": "860808187@qq.com", "Company": "青岑云", "Password": "xxx", "Host": "smtp.qq.com", "Port": 25, }), }, }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.