Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RRSet ¶
type RRSet struct { OwnerName string `json:"ownerName,omitempty"` RRType string `json:"rrtype,omitempty"` TTL int `json:"ttl,omitempty"` RData []string `json:"rdata,omitempty"` Profile RawProfile `json:"profile,omitempty"` }
func (*RRSet) UnmarshalJSON ¶
type RRSetKey ¶
func (RRSetKey) ProbeListURI ¶
type RawProfile ¶
type RawProfile interface { SetContext() GetContext() string }
type ResponseList ¶
Click to show internal directories.
Click to hide internal directories.