Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func JSONStdout ¶
func JSONStdout(next http.HandlerFunc) http.HandlerFunc
func RawStdout ¶
func RawStdout(next http.HandlerFunc) http.HandlerFunc
func WebUI ¶
func WebUI(next http.HandlerFunc) http.HandlerFunc
func WithAddress ¶
func WithAddress(addr string) func(*WebUIHandler)
func WithoutMessage ¶
func WithoutMessage() func(*WebUIHandler)
Types ¶
type WebUIHandler ¶
type WebUIHandler struct {
// contains filtered or unexported fields
}
func NewWebUIHandler ¶
func NewWebUIHandler(opts ...func(*WebUIHandler)) *WebUIHandler
func (*WebUIHandler) Wrap ¶
func (h *WebUIHandler) Wrap(next http.HandlerFunc) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.