Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RPCWrapper ¶
type RPCWrapper struct {
Message rpc.Message
Payload interface{}
Identifier string
// CloseAfterWritingErr is set to a non nil error if the server session
// should be closed after writing this message.
CloseAfterWritingErr error
}
RPCWrapper is a wrapped RPC Message for internal use. This is required because RPC messages consist of 2 discrete pieces.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.