Documentation ¶ Index ¶ type ApiResponse type GoDaddy func New(options ...Option) *GoDaddy func (g *GoDaddy) Name() string func (g *GoDaddy) Scrape(tld []string) (map[string]float64, error) type Option func WithApi(key string, secret string) Option func WithProxy(proxy *url.URL) Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ApiResponse ¶ added in v0.3.0 type ApiResponse struct { Price float64 `` } type GoDaddy ¶ type GoDaddy struct { // contains filtered or unexported fields } func New ¶ func New(options ...Option) *GoDaddy func (*GoDaddy) Name ¶ func (g *GoDaddy) Name() string func (*GoDaddy) Scrape ¶ func (g *GoDaddy) Scrape(tld []string) (map[string]float64, error) type Option ¶ added in v0.2.0 type Option func(*GoDaddy) func WithApi ¶ added in v0.3.0 func WithApi(key string, secret string) Option func WithProxy ¶ added in v0.2.0 func WithProxy(proxy *url.URL) Option Source Files ¶ View all Source files api.go godaddy.go options.go structured_data.go Click to show internal directories. Click to hide internal directories.