Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Domain ¶
type Domain[T any] struct { Root *domainNode[T] `json:"root"` // for example.com, example.* WildcardRoot *domainNode[T] `json:"wildcard_root"` // for *.example.com, *.example.* // contains filtered or unexported fields }
func NewDomainMapper ¶
Click to show internal directories.
Click to hide internal directories.