pricing

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 24, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Price

type Price struct {
	Registrar     string  `json:"registrar"`
	RegisterPrice float64 `json:"register_price"`
	RenewPrice    float64 `json:"renew_price"`
	TransferPrice float64 `json:"transfer_price"`
	Currency      string  `json:"currency"`
	BuyURL        string  `json:"buy_url"`
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL