Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RestService ¶
type RestService struct { *component.BaseComponent // contains filtered or unexported fields }
func NewRestService ¶
func NewRestService(cfg *cfg.Config, bc *bc.ChainService) *RestService
func (*RestService) AfterStart ¶
func (cs *RestService) AfterStart()
func (*RestService) BeforeStart ¶
func (cs *RestService) BeforeStart()
func (*RestService) BeforeStop ¶
func (cs *RestService) BeforeStop()
func (*RestService) Receive ¶
func (cs *RestService) Receive(context actor.Context)
func (*RestService) Statistics ¶
func (cs *RestService) Statistics() *map[string]interface{}
Click to show internal directories.
Click to hide internal directories.