Documentation ¶
Index ¶
- type Client
- func (c *Client) AddTask(r eremetic.Request) error
- func (c *Client) Kill(taskID string) error
- func (c *Client) Sandbox(taskID, file string) ([]byte, error)
- func (c *Client) Task(id string) (*eremetic.Task, error)
- func (c *Client) Tasks() ([]eremetic.Task, error)
- func (c *Client) Version() (string, 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
}
Client is used for communicating with an Eremetic server.
Click to show internal directories.
Click to hide internal directories.