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.
Click to show internal directories.
Click to hide internal directories.