Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { BaseURL() string CreateJob(job dockworker.Job) (dockworker.Job, error) GetJob(ID dockworker.JobID) (dockworker.Job, error) StopJob(ID dockworker.JobID) error GetLogs(ID dockworker.JobID) ([]byte, error) }
Client represents a client which can be used to interact with Dockworker
Click to show internal directories.
Click to hide internal directories.