Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct {
Port int
// contains filtered or unexported fields
}
func NewWebServer ¶
func NewWebServer(s *cli.EnvSettings) *WebServer
func (*WebServer) GetStatus ¶
func (thisWebServer *WebServer) GetStatus(out http.ResponseWriter, r *http.Request)
func (*WebServer) HelloServer ¶
func (thisWebServer *WebServer) HelloServer(out http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.