vendor/golang.org/x/net/dns/dnsmessage.SVCParam.Key (field)
12 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
svcb.go#L57: if r.Params[i].Key == key {
svcb.go#L60: if r.Params[i].Key > key {
svcb.go#L72: if r.Params[i].Key >= key {
svcb.go#L78: if i < len(r.Params) && r.Params[i].Key == key {
svcb.go#L83: r.Params = slices.Insert(r.Params, i, SVCParam{Key: key, Value: value})
svcb.go#L90: if r.Params[i].Key == key {
svcb.go#L94: if r.Params[i].Key > key {
svcb.go#L103: Key SVCParamKey
svcb.go#L110: "Key: " + p.Key.GoString() + ", " +
svcb.go#L173: if i > 0 && param.Key <= previousKey {
svcb.go#L179: msg = packUint16(msg, uint16(param.Key))
svcb.go#L243: p.Key = SVCParamKey(key)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |