Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { pb.ProvisionDockClient pb.AttachDockClient Connect(edp string) error Close() }
Client interface provides an abstract description about how to interact with gRPC client. Besides some nested methods defined in pb.DockClient, Client also exposes two methods: Connect() and Close(), for which callers can easily open and close gRPC connection.
Click to show internal directories.
Click to hide internal directories.