vendor/golang.org/x/net/dns/dnsmessage.Builder.section (field)
15 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L1170: section section
message.go#L1202: b.section = sectionHeader
message.go#L1222: if b.section <= sectionNotStarted {
message.go#L1225: if b.section > s {
message.go#L1236: b.section = sectionQuestions
message.go#L1245: b.section = sectionAnswers
message.go#L1254: b.section = sectionAuthorities
message.go#L1263: b.section = sectionAdditionals
message.go#L1270: switch b.section {
message.go#L1293: if b.section < sectionQuestions {
message.go#L1296: if b.section > sectionQuestions {
message.go#L1311: if b.section < sectionAnswers {
message.go#L1314: if b.section > sectionAdditionals {
message.go#L1562: if b.section < sectionHeader {
message.go#L1565: b.section = sectionDone
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |