Documentation
¶
Index ¶
- Constants
- type Args
- type Reply
- type Server
- type Service
- func (s *Service) Info(args *Args, reply *Reply) error
- func (s *Service) Load(args *Args, reply *Reply) error
- func (s *Service) Start(ctx context.Context) error
- func (s *Service) Stop(ctx context.Context) error
- func (s *Service) TraceBlockByHeight(args *Args, reply *Reply) error
- func (s *Service) UnLoad(args *Args, reply *Reply) error
Constants ¶
View Source
const ( PluginStatusUnload pluginStatus = iota PluginStatusLoaded PluginStatusRunning )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) TraceBlockByHeight ¶
Click to show internal directories.
Click to hide internal directories.