Documentation ¶
Index ¶
Constants ¶
View Source
const (
SHUTDOWN_TIMEOUT = 1
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerConfig ¶
type ServerConfig struct { Ip string `json:"ip"` Port int64 `json:"port"` // contains filtered or unexported fields }
func NewConfig ¶
func NewConfig(logging *logging.Logging) *ServerConfig
func (*ServerConfig) Read ¶
func (o *ServerConfig) Read() error
Click to show internal directories.
Click to hide internal directories.