configcenter

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL