Versions in this module Expand all Collapse all v1 v1.5.0 Jun 28, 2021 Changes in this version + type RPCCallback struct + func (cb *RPCCallback) Return(out interface{}, err error) + type RPCServer struct + func (s *RPCServer) GetVersion(args api.GetVersionIn, out *api.GetVersionOut) error + func (s *RPCServer) SetApiVersion(args api.SetAPIVersionIn, out *api.SetAPIVersionOut) error + type ServerImpl struct + func NewServer(config *service.Config) *ServerImpl + func (s *ServerImpl) Run() error + func (s *ServerImpl) Stop() error