Documentation
¶
Index ¶
- func ConnectIPCSocket(pathname string, conn **net.UnixConn) error
- func ConnectIPCSocketRetry(pathname string, conn **net.UnixConn) error
- func ConnectRPCSocket(host string, port uint16, conn *net.Conn) error
- func ConnectRPCSocketRetry(host string, port uint16, conn *net.Conn) error
- func RecvMessageBytes(conn net.Conn) (bytes []byte, err error)
- func RecvMessageString(conn net.Conn) (string, error)
- func SendMessageBytes(conn net.Conn, message []byte) error
- func SendMessageString(conn net.Conn, message string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConnectRPCSocketRetry ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.