Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSorterRpcServer ¶
func NewSorterRpcServer(m *sorter.SorterManager) *sorterRpcServer
Types ¶
type SorterServer ¶
type SorterServer struct {
// contains filtered or unexported fields
}
func NewSorterServer ¶
func NewSorterServer(globalConfig *utils.GlobalConfig) (*SorterServer, error)
func (*SorterServer) Prepare ¶
func (s *SorterServer) Prepare() error
func (*SorterServer) Start ¶
func (s *SorterServer) Start() error
func (*SorterServer) Stop ¶
func (s *SorterServer) Stop() error
func (*SorterServer) Wait ¶
func (s *SorterServer) Wait() error
Click to show internal directories.
Click to hide internal directories.