Documentation
¶
Index ¶
Constants ¶
View Source
const ( UUIDHeader = "x-runner-uuid" TokenHeader = "x-runner-token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
ID int64 `json:"id"`
UUID string `json:"uuid"`
Name string `json:"name"`
Token string `json:"token"`
Address string `json:"address"`
Labels []string `json:"labels"`
RunnerWorker []string `json:"runner_worker"`
Capacity int `json:"capacity"`
Ephemeral bool `json:"ephemeral"`
}
Runner struct
Click to show internal directories.
Click to hide internal directories.