Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
Options is a collection of functional Options.
func Join ¶
Join creates a new Option joining the provided Option values.
The result implements slog.LogValuer, so the following is evaluated lazily:
slog.LogAttrs(ctx, slog.LevelInfo, "settings", Join(opts...).LogAttr())
Click to show internal directories.
Click to hide internal directories.