Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AnonDialer ¶ added in v1.5.17
AnonDialer returns a dialer for a socket
NOTE: It is only used for testing.
func RemoveSocket ¶ added in v1.3.9
RemoveSocket removes the socket at the specified address if it exists on the filesystem
Types ¶
type Client ¶
type Client struct { shimapi.ShimService // contains filtered or unexported fields }
Client is a shim client containing the connection to a shim
func (*Client) IsAlive ¶
IsAlive returns true if the shim can be contacted. NOTE: a negative answer doesn't mean that the process is gone.
type Opt ¶
Opt is an option for a shim client configuration
func WithConnect ¶
WithConnect connects to an existing shim
Click to show internal directories.
Click to hide internal directories.