Documentation ¶
Overview ¶
Package rpctype contains types of message passed via net/rpc connections between various parts of the system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectArgs ¶
type ConnectArgs struct {
Name string
}
type ConnectRes ¶
type HubConnectArgs ¶
type HubSyncRes ¶
type NewInputArgs ¶
type PollRes ¶
type PollRes struct { Candidates []RpcCandidate NewInputs []RpcInput MaxSignal []uint32 }
type RpcCandidate ¶
type RpcClient ¶
type RpcClient struct {
// contains filtered or unexported fields
}
func NewRpcClient ¶
Click to show internal directories.
Click to hide internal directories.