Searched defs:HandlerOptions (Results 1 – 3 of 3) sorted by relevance
130 type HandlerOptions struct { struct133 AddSource bool140 Level Leveler167 ReplaceAttr func(groups []string, a Attr) Attr
28 func NewTextHandler(w io.Writer, opts *HandlerOptions) *TextHandler {
30 func NewJSONHandler(w io.Writer, opts *HandlerOptions) *JSONHandler {