Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupManagementRPCHander ¶
func SetupManagementRPCHander() (*jsonrpc.MethodRepository, error)
Types ¶
type SetLogLevelHandler ¶
type SetLogLevelHandler struct{}
func (SetLogLevelHandler) ServeJSONRPC ¶
func (h SetLogLevelHandler) ServeJSONRPC(c context.Context, params *bijson.RawMessage) (interface{}, *jsonrpc.Error)
type SetLogLevelParams ¶
type SetLogLevelParams struct {
Level string `json:"level"`
}
type SetLogLevelResult ¶
type SetLogLevelResult struct{}
Click to show internal directories.
Click to hide internal directories.