Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server allows multiple locations to start the same HTTP server.
func NewServer ¶
func NewServer(logger controller.Logger, port string, webAPIVersions, runnerAPIVersions []string) Server
NewServer returns a new Server.
func (*Server) HandleFunc ¶
HandleFunc wraps net/http.HandleFunc.
Click to show internal directories.
Click to hide internal directories.