Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Entry ¶
type Entry struct { Log logging.Logger Name string Key []string Parent Handler Children map[string]Handler }
func (*Entry) GetChildren ¶
type HandleInitFunc ¶
type HandleInitFunc func(parent Handler, opts ...HandlerOption) Handler
type HandlerOption ¶ added in v0.1.217
type HandlerOption func(Handler)
func WithLogging ¶ added in v0.1.217
func WithLogging(log logging.Logger) HandlerOption
Click to show internal directories.
Click to hide internal directories.