Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RUNNER_TASK_COLLECT_LOG = apis.ApiSpec{ Path: "/api/runner/collect/logs/<runnerSource>", BackendPath: "/api/runner/collect/logs/<runnerSource>", Host: "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500", Scheme: "http", Method: http.MethodPost, IsOpenAPI: true, CheckLogin: false, CheckToken: false, }
View Source
var RUNNER_TASK_CREATE = apis.ApiSpec{ Path: "/api/runner/tasks", BackendPath: "/api/runner/tasks", Host: "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500", Scheme: "http", Method: http.MethodPost, IsOpenAPI: true, CheckLogin: true, CheckToken: true, }
View Source
var RUNNER_TASK_FETCH = apis.ApiSpec{ Path: "/api/runner/fetch-task", BackendPath: "/api/runner/fetch-task", Host: "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500", Scheme: "http", Method: http.MethodGet, IsOpenAPI: true, CheckLogin: false, CheckToken: false, }
View Source
var RUNNER_TASK_GET = apis.ApiSpec{ Path: "/api/runner/tasks/<runnerTaskID>", BackendPath: "/api/runner/tasks/<runnerTaskID>", Host: "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500", Scheme: "http", Method: http.MethodGet, IsOpenAPI: true, CheckLogin: true, CheckToken: true, }
View Source
var RUNNER_TASK_UPDATE = apis.ApiSpec{ Path: "/api/runner/tasks/<runnerTaskID>", BackendPath: "/api/runner/tasks/<runnerTaskID>", Host: "action-runner-scheduler.marathon.l4lb.thisdcos.directory:9500", Scheme: "http", Method: http.MethodPut, IsOpenAPI: true, CheckLogin: false, CheckToken: false, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.