Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
type ListRunnersResponse ¶
type Runner ¶
type Runner struct { Name string `json:"name"` Id int32 `json:"id"` Authorization Authorization `json:"authorization"` }
type RunnerGroup ¶
type RunnerGroupList ¶
type RunnerGroupList struct { RunnerGroups []RunnerGroup `json:"runner_groups"` Count int `json:"total_count"` }
Click to show internal directories.
Click to hide internal directories.