Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidService = errors.New("invalid service definition")
Functions ¶
This section is empty.
Types ¶
type NetworkResult ¶
type NetworkResult struct { IP string `json:"ip"` Type string `json:"type"` Subtype string `json:"subtype"` Via string `json:"via"` Padding string `json:"padding"` Asn string `json:"asn"` Asnlist string `json:"asnlist"` AsnName string `json:"asn_name"` Country string `json:"country"` Protocol string `json:"protocol"` }
type Option ¶
func WithConfig ¶
func WithEndpoint ¶
WithEndpoint defines the HTTP address to be called when the service is attempting to update the DNS configuration.
func WithLogger ¶
func WithLogger(l *tracelog.TraceLogger) Option
func WithTracer ¶
Click to show internal directories.
Click to hide internal directories.