Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRecord ¶
type APIRecord struct { // Add a PTR (reverse) record PTR bool `json:"PTR,omitempty"` // TTL time to live of the record TTL int32 `json:"TTL,omitempty"` // Record Name Domain string `json:"domain,omitempty"` // Expiration of the record, after which will be removed. // Default is 0 for not expiring Expires int32 `json:"expires,omitempty"` // id ID string `json:"id,omitempty"` // Record IP address IP string `json:"ip,omitempty"` // Record Type see https://github.com/miekg/dns/blob/master/types.go#L27 Type string `json:"type,omitempty"` }
APIRecord Message represents a simple message sent to the Echo service. swagger:model apiRecord
func (*APIRecord) MarshalBinary ¶
MarshalBinary interface implementation
func (*APIRecord) UnmarshalBinary ¶
UnmarshalBinary interface implementation
Click to show internal directories.
Click to hide internal directories.