vendor/golang.org/x/net/dns/dnsmessage.Message.Questions (field)
9 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L360: Questions []Question
message.go#L1033: if m.Questions, err = p.AllQuestions(); err != nil {
message.go#L1059: if len(m.Questions) > int(^uint16(0)) {
message.go#L1075: h.questions = uint16(len(m.Questions))
message.go#L1093: for i := range m.Questions {
message.go#L1095: if msg, err = m.Questions[i].pack(msg, compression, compressionOff); err != nil {
message.go#L1125: if len(m.Questions) > 0 {
message.go#L1126: s += m.Questions[0].GoString()
message.go#L1127: for _, q := range m.Questions[1:] {
![]() |
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. |