Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveRecordName ¶
ResolveRecordName expands shortened record names relative to the provided zone
The name "" is equivalent to "@"
- ("@", "example.com.") -> "example.com." - ("ns1", "example.com.") -> "ns1.example.com." - ("ns2.example.com.", "example.org.") -> "ns2.example.com." - ("ns3", "") -> "ns3."
func SimplifyRecordName ¶
SimplifyRecordName shortens the record name relative to the provided zone
- ("example.com.", "example.com.") -> "@" - ("ns1.example.com.", "example.com.") -> "ns1" - ("ns2.example.com.", "example.org.") -> "ns2.example.com."
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.