Versions in this module Expand all Collapse all v0 v0.12.1 Jan 11, 2017 v0.12.0 Jan 11, 2017 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, logEnabled bool) *ServerImpl + func (s *ServerImpl) Restart() error + func (s *ServerImpl) Run() error + func (s *ServerImpl) Stop(kill bool) error