Documentation
¶
Index ¶
- type Client
- func (c *Client) GetAgentLogs(patStr, owner, host string, age time.Duration, staff bool) (string, int, error)
- func (c *Client) GetLogs(patStr, owner, host, id string, age time.Duration, staff bool) (string, int, error)
- func (c *Client) ListJobs(patStr string, owner string, staff bool, json bool) (string, int, error)
- func (c *Client) ListRunners(patStr string, owner string, staff bool, json bool) (string, int, error)
- func (c *Client) Repair(patStr string, owner string, staff bool) (string, int, error)
- func (c *Client) RestartAgent(patStr, owner, host string, reboot bool, staff bool) (string, int, error)
- func (c *Client) UpgradeAgent(patStr, owner, host string, force bool, 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 (*Client) GetAgentLogs ¶ added in v0.0.2
func (*Client) ListRunners ¶
func (*Client) RestartAgent ¶ added in v0.0.7
Click to show internal directories.
Click to hide internal directories.