Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ExtraHandlers = []ExtraHandler{}
)
Functions ¶
func AddExtraHandler ¶
func AddExtraHandler(path string, handler http.HandlerFunc)
Types ¶
type ExtraHandler ¶
type ExtraHandler struct { Path string Handler http.HandlerFunc }
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶
func (ws *Server) ListenAndServe(ctx waitctx.RestrictiveContext) error
Click to show internal directories.
Click to hide internal directories.