Versions in this module Expand all Collapse all v0 v0.8.2 Apr 4, 2018 Changes in this version + var RegisterServices = []interface{} + func Register(service interface{}) + func RegisterRpc() + type BaseService struct + type Example struct + func NewExample() *Example + func (math *Example) Multiply(args map[string]interface{}, reply *int) error + type ServiceSystem struct + func NewServiceSystem() *ServiceSystem + func (s *ServiceSystem) Ping(args map[string]interface{}, reply *string) error + type ServiceTask struct + func NewServiceTask() *ServiceTask + func (g *ServiceTask) Delete(args map[string]interface{}, reply *string) error + func (g *ServiceTask) Status(args map[string]interface{}, reply *string) error + func (t *ServiceTask) Publish(args map[string]interface{}, reply *string) error