Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PriceResult ¶
type PriceResult struct {
Domain string `json:"domain"`
TLD string `json:"tld"`
Prices []Price `json:"prices"`
Cheapest *Price `json:"cheapest"`
}
func GetPrices ¶
func GetPrices(domain string) PriceResult
Click to show internal directories.
Click to hide internal directories.