Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // Close the grpc connection. Close() error // QueryMachines retrieves the machines tracked by the Quilt daemon. QueryMachines() ([]db.Machine, error) // QueryContainers retrieves the containers tracked by the Quilt daemon. QueryContainers() ([]db.Container, error) // RunStitch makes a request to the Quilt daemon to execute the given stitch. RunStitch(stitch string) error }
Client provides methods to interact with the Quilt daemon.
Click to show internal directories.
Click to hide internal directories.