type log/slog.HandlerOptions
6 uses
log/slog (current package)
handler.go#L130: type HandlerOptions struct {
handler.go#L188: opts HandlerOptions
json_handler.go#L30: func NewJSONHandler(w io.Writer, opts *HandlerOptions) *JSONHandler {
json_handler.go#L32: opts = &HandlerOptions{}
text_handler.go#L28: func NewTextHandler(w io.Writer, opts *HandlerOptions) *TextHandler {
text_handler.go#L30: opts = &HandlerOptions{}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)