mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
CHORE: Linting and comment-fixing (#2937)
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package models
|
||||
|
||||
// MakeUnknown turns an RecordConfig into an UNKNOWN type.
|
||||
func MakeUnknown(rc *RecordConfig, rtype string, contents string, origin string) error {
|
||||
rc.Type = "UNKNOWN"
|
||||
rc.UnknownTypeName = rtype
|
||||
|
Reference in New Issue
Block a user