Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsSetMembers ¶
type SetMembers ¶
type Whois ¶
type Whois interface { Start(n int) error Stop() // send !t<timeout> SetIdleTimout(t time.Duration) // send !v GetVersion() <-chan Result[string] // send query !i<set-name> or !i<set-name>,1 depending on bool, safe for concurrent use GetSetMembers(set string, recursive bool) SetMembers // send query !i<set-name>,1, safe for concurrent use GetAsSetMembersRecrusive(set string) AsSetMembers // send query !gAS<asn> or !6AS<asn> depending on p, safe for concurrent use GetRoutesByOrigin(p whois.IPProto, asn uint32) Routes // send query !a<as-set-name> !a4<as-set-name> or !a6<as-set-name> depending on p, safe for concurrent use GetRoutesBySet(p whois.IPProto, set string) Routes ExpandSet(p whois.IPProto, set string) Routes }
Click to show internal directories.
Click to hide internal directories.