Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallResult ¶
type CallResult struct {
// contains filtered or unexported fields
}
type Client ¶
type Client interface { Call(serviceMethod string, args interface{}, reply interface{}) error Close() error }
func NewGobClient ¶
type GobClient ¶
type GobClient struct {
// contains filtered or unexported fields
}
type GobServer ¶
type GobServer struct {
// contains filtered or unexported fields
}
func NewGobServer ¶
func (*GobServer) ListenAndServe ¶
func (*GobServer) RegisterName ¶
Click to show internal directories.
Click to hide internal directories.