Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecordRequestResult ¶
type RecordType ¶
type RecordType int
const ( A RecordType = 0 << iota AAAA RecordType = 1 CNAME RecordType = 2 MX RecordType = 3 LOC RecordType = 4 SRV RecordType = 5 SPF RecordType = 6 TXT RecordType = 7 NS RecordType = 8 )
func FromString ¶
func FromString(valToConvert string) (res RecordType, err error)
func (RecordType) String ¶
func (self RecordType) String() (res string, err error)
func (*RecordType) UnmarshalYAML ¶
func (self *RecordType) UnmarshalYAML(unmarshal func(interface{}) error) (err error)
type RecordTypeSlice ¶
type RecordTypeSlice []RecordType
func (RecordTypeSlice) Contains ¶
func (self RecordTypeSlice) Contains(valueToSearch RecordType) (res bool)
type ZoneRequestResult ¶
Click to show internal directories.
Click to hide internal directories.