Documentation
¶
Overview ¶
Package whois provides a gollem.ToolSet for WHOIS domain and IP lookups.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*ToolSet)
Option configures a ToolSet.
func WithLogger ¶
WithLogger sets the logger. A nil logger keeps the default (slog.Default()).
type ToolSet ¶
type ToolSet struct {
// contains filtered or unexported fields
}
ToolSet implements gollem.ToolSet for WHOIS lookups. Fields are unexported; configure via Option.
func New ¶
New constructs the ToolSet. It only validates static configuration; use Ping to verify connectivity.
Click to show internal directories.
Click to hide internal directories.