Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func NewServerWrapper ¶
func NewServerWrapper(_config config.InternalConfig, name string, serverConfig config.ServerConfig, pathEnvironment string) (Server, error)
type ServerWrapper ¶
type ServerWrapper struct {
// contains filtered or unexported fields
}
func (*ServerWrapper) Name ¶
func (server *ServerWrapper) Name() string
func (*ServerWrapper) Start ¶
func (server *ServerWrapper) Start() error
func (*ServerWrapper) Stop ¶
func (server *ServerWrapper) Stop()
type Servers ¶
type Servers struct {
// contains filtered or unexported fields
}
func NewServers ¶
func NewServers(_config *config.InternalConfig) *Servers
Click to show internal directories.
Click to hide internal directories.