+21
LICENSE
+21
LICENSE
···
+1
README.md
+1
README.md
···
+92
domain_name.go
+92
domain_name.go
···
+58
domain_test.go
+58
domain_test.go
···
+40
errors.go
+40
errors.go
···
+89
header.go
+89
header.go
···
+105
header_test.go
+105
header_test.go
···
+76
message.go
+76
message.go
···
+83
message_test.go
+83
message_test.go
···
+34
question.go
+34
question.go
···+// Encode serializes a Question into bytes, using a map to handle domain name compression offsets.
+421
resource_record.go
+421
resource_record.go
···
+325
types.go
+325
types.go
···+AA bool // AA (Authoritative Answer) specifies if the responding name server is the authoritative server.+MName string // MName represents the name server that was the original source of data for a zone.+Retry uint32 // Retry is a 32 bit time interval that should elapse before a failed refresh is retried.+Expire uint32 // Expire is the upper limit on the time interval that can elapse before the zone is no longer authoritative.+Minimum uint32 // Minimum is the minimum TTL field that should be exported with any RR from this zone.
+45
utils.go
+45
utils.go
···
+69
utils_test.go
+69
utils_test.go
···