README ¶ Name unpack - unpack the initial query Description The unpack handler unpacks the full message. It is the automatically set to be the first handler to run. You can not use it in the configuration. Syntax For documentation purposes the syntax is shown here. unpack Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Err(err error) slog.Attr type Unpack func (h *Unpack) Err(err error) error func (u *Unpack) HandlerFunc(next dns.HandlerFunc) dns.HandlerFunc func (h *Unpack) Key() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Err ¶ added in v0.5.2 func Err(err error) slog.Attr Types ¶ type Unpack ¶ type Unpack int func (*Unpack) Err ¶ func (h *Unpack) Err(err error) error func (*Unpack) HandlerFunc ¶ func (u *Unpack) HandlerFunc(next dns.HandlerFunc) dns.HandlerFunc func (*Unpack) Key ¶ func (h *Unpack) Key() string Source Files ¶ View all Source files unpack.gozerr.go Click to show internal directories. Click to hide internal directories.