Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is the instance of the OpenRun Server
func NewServer ¶
func NewServer(config *ServerConfig) (*Server, error)
NewServer creates a new instance of the OpenRun Server
func (*Server) StopNotify ¶ added in v0.17.8
func (s *Server) StopNotify() <-chan struct{}
StopNotify returns a channel that is closed when server shutdown is requested.
type ServerConfig ¶
type ServerConfig struct {
*types.ServerConfig
}
ServerConfig is the configuration for the OpenRun Server
func NewServerConfig ¶
func NewServerConfig() (*ServerConfig, error)
Click to show internal directories.
Click to hide internal directories.