Documentation ¶
Index ¶
- Variables
- type Combine
- func (x *Combine[T]) Clear() error
- func (x *Combine[T]) Insert(str string, mark T)
- func (x *Combine[T]) Remove(str string)
- func (x *Combine[T]) Search(ctx context.Context, addr netapi.Address) (mark T, ok bool)
- func (x *Combine[T]) SearchWithDefault(ctx context.Context, addr netapi.Address, defaultT T) T
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrSkipResolve = errors.New("skip resolve domain")
View Source
var SkipResolve = netapi.ErrorResolver(func(domain string) error { return ErrSkipResolve })
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.