Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnusedRequest ¶
type UnusedRequest string
UnusedRequest is the type to be used in a bson RPC server call that doesn't take any parameter, for instance:
func (tm *TabletManager) StopSlave(context *rpcproto.Context, args *rpc.UnusedRequest, reply *rpc.UnusedResponse) error {
type UnusedResponse ¶
type UnusedResponse string
UnusedResponse is the type to be used in a bson RPC server call that doesn't return any parameter, for instance:
func (tm *TabletManager) StopSlave(context *rpcproto.Context, args *rpc.UnusedRequest, reply *rpc.UnusedResponse) error {
Click to show internal directories.
Click to hide internal directories.