license_agent

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AGENT_LICENSE_DELETE = apis.ApiSpec{
	Path:         "/api/licenses",
	BackendPath:  "/api/licenses",
	Host:         "license-agent.marathon.l4lb.thisdcos.directory:8080",
	Scheme:       "http",
	Method:       http.MethodDelete,
	IsOpenAPI:    true,
	CheckLogin:   true,
	CheckToken:   true,
	RequestType:  apistructs.DeleteLicenseRequest{},
	ResponseType: apistructs.DeleteLicenseResponse{},
}
View Source
var AGENT_LICENSE_FEATURE_GET = apis.ApiSpec{
	Path:        "/api/licenses/features",
	BackendPath: "/api/licenses/features",
	Host:        "license-agent.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      http.MethodGet,
	IsOpenAPI:   true,
	CheckLogin:  true,
	CheckToken:  true,
}
View Source
var AGENT_LICENSE_GET = apis.ApiSpec{
	Path:        "/api/licenses",
	BackendPath: "/api/licenses",
	Host:        "license-agent.marathon.l4lb.thisdcos.directory:8080",
	Scheme:      "http",
	Method:      http.MethodGet,
	IsOpenAPI:   true,
	CheckLogin:  true,
	CheckToken:  true,
}
View Source
var AGENT_REGISTER_LICENSE_POST = apis.ApiSpec{
	Path:         "/api/licenses/actions/register",
	BackendPath:  "/api/licenses/actions/register",
	Host:         "license-agent.marathon.l4lb.thisdcos.directory:8080",
	Scheme:       "http",
	Method:       http.MethodPost,
	IsOpenAPI:    true,
	CheckLogin:   true,
	CheckToken:   true,
	RequestType:  apistructs.RegisterLicenseRequest{},
	ResponseType: apistructs.RegisterLicenseResponse{},
}

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