Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct { Config HTTPServerConfig Router *mux.Router Controllers *[]utils.HTTPController // contains filtered or unexported fields }
func (*HTTPServer) Down ¶
func (hs *HTTPServer) Down()
func (*HTTPServer) Up ¶
func (hs *HTTPServer) Up()
type HTTPServerConfig ¶
type HTTPServerConfig struct {
Address string
}
Click to show internal directories.
Click to hide internal directories.