Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrChannelOpen represents a failure to open a channel ErrChannelOpen = errors.New("could not open channel") // ErrChannelClose represents a failure to close a channel ErrChannelClose = errors.New("could not close channel") // ErrRpciSend represents a failure to send a message ErrRpciSend = errors.New("unable to send RPCI command") // ErrRpciReceive represents a failure to receive a message ErrRpciReceive = errors.New("unable to receive RPCI command result") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.