Documentation
¶
Index ¶
- Constants
- type Server
- func (s *Server) IsRunning() bool
- func (s *Server) OnReset() error
- func (s *Server) OnStart() error
- func (s *Server) OnStop()
- func (s *Server) Quit() <-chan struct{}
- func (s *Server) Reset() error
- func (s *Server) SetLogger(l log.Logger)
- func (s *Server) Start() error
- func (s *Server) Stop() error
- func (s *Server) String() string
Constants ¶
View Source
const ( HAS_STARTED = "SDK gRPC Server has already started." ALREADY_STOPPED = "SDK gRPC Server already stopped." )
Error messages
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.