Documentation ¶ Index ¶ type Client func NewClient(httpClient *http.Client, baseURL string) *Client func (c *Client) ListJobs(patFile string, owner string, staff bool, json bool) (string, int, error) func (c *Client) ListRunners(patFile string, owner string, staff bool, json bool) (string, int, error) func (c *Client) Repair(patFile string, owner string, staff bool) (string, int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(httpClient *http.Client, baseURL string) *Client func (*Client) ListJobs ¶ func (c *Client) ListJobs(patFile string, owner string, staff bool, json bool) (string, int, error) func (*Client) ListRunners ¶ func (c *Client) ListRunners(patFile string, owner string, staff bool, json bool) (string, int, error) func (*Client) Repair ¶ func (c *Client) Repair(patFile string, owner string, staff bool) (string, int, error) Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.