Documentation ¶
Index ¶
Constants ¶
View Source
const ( ID requestType = iota Height Final Sealed )
Variables ¶
This section is empty.
Functions ¶
func NewReadProtocolStateBlocksCommand ¶ added in v0.23.2
Types ¶
type ReadProtocolStateBlocksCommand ¶ added in v0.23.2
type ReadProtocolStateBlocksCommand struct {
// contains filtered or unexported fields
}
func (*ReadProtocolStateBlocksCommand) Handler ¶ added in v0.23.2
func (r *ReadProtocolStateBlocksCommand) Handler(ctx context.Context, req *admin.CommandRequest) (interface{}, error)
func (*ReadProtocolStateBlocksCommand) Validator ¶ added in v0.23.2
func (r *ReadProtocolStateBlocksCommand) Validator(req *admin.CommandRequest) error
type SetLogLevelCommand ¶
type SetLogLevelCommand struct{}
func (*SetLogLevelCommand) Handler ¶ added in v0.23.2
func (s *SetLogLevelCommand) Handler(ctx context.Context, req *admin.CommandRequest) (interface{}, error)
func (*SetLogLevelCommand) Validator ¶ added in v0.23.2
func (s *SetLogLevelCommand) Validator(req *admin.CommandRequest) error
Click to show internal directories.
Click to hide internal directories.