Versions in this module Expand all Collapse all v1 v1.11.1 Jan 18, 2024 Changes in this version + type Class int + const All + const Denial + const Error + const Success + func ClassFromString(s string) (Class, error) + func Classify(t Type) Class + func (c Class) String() string + type Type int + const Delegation + const Meta + const NameError + const NoData + const NoError + const OtherError + const ServerError + const Update + func TypeFromString(s string) (Type, error) + func Typify(m *dns.Msg, t time.Time) (Type, *dns.OPT) + func (t Type) String() string