Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(service StartStopper, appName string)
Types ¶
type HTTPServer ¶
func NewHTTPServer ¶
func (*HTTPServer) Start ¶
func (s *HTTPServer) Start()
func (*HTTPServer) Stop ¶
func (s *HTTPServer) Stop()
type StartStopper ¶
type StartStopper interface { Start() Stop() }
Click to show internal directories.
Click to hide internal directories.