Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainCheck ¶
type DomainInfo ¶
type DomainPrices ¶
DomainPrices describes the pricing for a domain. All values are in USD.
type DomainPurchase ¶
type DomainPurchase struct { // If this is not "" then the order was placed successfully OrderID string // If this is false the order was queued. Check OrderStatus and OrderDescription. OrderCompleted bool OrderStatus string OrderDescription string // Only set if OrderCompleted == true RegistrationDate time.Time // Only set if OrderCompleted == true ExpirationDate time.Time // The total amount charged for this purchase Price float64 }
type NameSpinner ¶
type NameSpinner struct { }
type TldDetails ¶
type TldDetails struct { Tld string Lockable bool SupportsIDN bool Registration TldRegistrationDetails }
TODO fill with documented values
type TldRegistrationDetails ¶
type WhoisContact ¶
Click to show internal directories.
Click to hide internal directories.