registercenter

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 ENABLE_HTTP_SERVICE = apis.ApiSpec{
	Path:        "/api/tmc/mesh/enable/<projectID>/<env>",
	BackendPath: "/api/msp/register/http-interfaces/<projectID>/<env>/enable",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "POST",
	CheckLogin:  true,
	Doc:         "summary: service mesh set http enable",
}
View Source
var GET_HTTP_SERVICE = apis.ApiSpec{
	Path:        "/api/tmc/mesh/listhttpinterface/<projectID>/<env>",
	BackendPath: "/api/msp/register/http-interfaces/<projectID>/<env>",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	Doc:         "summary: service mesh get http list",
}
View Source
var GET_SERVICE_IP_INFO = apis.ApiSpec{
	Path:        "/api/tmc/service-ip",
	BackendPath: "/api/msp/register/service-ip",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  true,
	CheckToken:  true,
	Doc:         "summary: 查询指定project和环境下面的实例ip信息",
}
View Source
var LIST_INTERFACE = apis.ApiSpec{
	Path:        "/api/tmc/mesh/listinterface/<projectID>/<env>",
	BackendPath: "/api/msp/register/interfaces/<projectID>/<env>",
	Host:        "msp.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      "GET",
	CheckLogin:  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