Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRegistry ¶ added in v0.182.35
type CommandRegistry struct {
// contains filtered or unexported fields
}
func NewCommandRegistry ¶ added in v0.182.35
func NewCommandRegistry() *CommandRegistry
func (*CommandRegistry) GetCommand ¶ added in v0.182.35
func (r *CommandRegistry) GetCommand(method string) (RPCCommand, bool)
func (*CommandRegistry) Register ¶ added in v0.182.35
func (r *CommandRegistry) Register(method string, command RPCCommand)
type RPCCommand ¶ added in v0.182.35
type RPCRequest ¶ added in v0.182.35
Click to show internal directories.
Click to hide internal directories.