Documentation ¶ Index ¶ type GithubActionsRunner type GithubLabel Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type GithubActionsRunner ¶ type GithubActionsRunner struct { Id int `json:"id"` Name string `json:"name"` Os string `json:"os"` Status string `json:"status"` Busy bool `json:"busy"` Labels []GithubLabel `json:"labels"` } type GithubLabel ¶ type GithubLabel struct { Id int `json:"id"` Name string `json:"name"` Type string `json:"type"` } Source Files ¶ View all Source files label.gorunner.go Click to show internal directories. Click to hide internal directories.