Documentation ¶
Index ¶
Constants ¶
View Source
const ( Name = "http-server" ShowName = "HTTP Server" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { config.CommonFields Address string `mapstructure:"address"` Server *http.ServeMux // The http server. }
func (*Server) DefaultConfig ¶
func (*Server) Description ¶
Click to show internal directories.
Click to hide internal directories.