Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct {
SocketPath string
}
func (*Connector) Connect ¶
func (c *Connector) Connect(msg *container_daemon.RequestMessage) (*container_daemon.ResponseMessage, error)
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func NewListenerFromPath ¶
This function should be called from the host namespace, to open the socket file in the right file system.
func (*Listener) Listen ¶
func (l *Listener) Listen(ch container_daemon.ConnectionHandler) error
Click to show internal directories.
Click to hide internal directories.