Documentation ¶
Overview ¶
Package rdnsquerier provides the reverse DNS querier component.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component interface { GetHostnameAsync([]byte, func(string), func(string, error)) error GetHostname(context.Context, string) (string, error) GetHostnames(context.Context, []string) map[string]ReverseDNSResult }
Component is the component type.
type ReverseDNSResult ¶
ReverseDNSResult is the result of a reverse DNS lookup
Click to show internal directories.
Click to hide internal directories.