Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GET_GROUPS = apis.ApiSpec{ Path: "/api/config/tenants/<tenantID>/groups", BackendPath: "/api/msp/config/tenants/<tenantID>/groups", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "summary: 获取配置中心租户下所有组信息", }
View Source
var GET_GROUP_PROPERTIES = apis.ApiSpec{ Path: "/api/config/tenants/<tenantID>/groups/<groupID>", BackendPath: "/api/msp/config/tenants/<tenantID>/groups/<groupID>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "GET", CheckLogin: true, CheckToken: true, Doc: "summary: 查询配置中心租户下组的具体配置", }
View Source
var SAVE_GROUP_PROPERTIES = apis.ApiSpec{ Path: "/api/config/tenants/<tenantID>/groups/<groupID>", BackendPath: "/api/msp/config/tenants/<tenantID>/groups/<groupID>", Host: "msp.marathon.l4lb.thisdcos.directory:8080", Scheme: "http", Method: "POST", CheckLogin: true, CheckToken: true, Doc: "summary: 保存配置中心租户下组的具体配置", }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.