type vendor/golang.org/x/net/dns/dnsmessage.SVCParamKey
20 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
svcb.go#L55: func (r *SVCBResource) GetParam(key SVCParamKey) (value []byte, ok bool) {
svcb.go#L69: func (r *SVCBResource) SetParam(key SVCParamKey, value []byte) {
svcb.go#L88: func (r *SVCBResource) DeleteParam(key SVCParamKey) bool {
svcb.go#L103: Key SVCParamKey
svcb.go#L115: type SVCParamKey uint16
svcb.go#L119: SVCParamMandatory SVCParamKey = 0
svcb.go#L120: SVCParamALPN SVCParamKey = 1
svcb.go#L121: SVCParamNoDefaultALPN SVCParamKey = 2
svcb.go#L122: SVCParamPort SVCParamKey = 3
svcb.go#L123: SVCParamIPv4Hint SVCParamKey = 4
svcb.go#L124: SVCParamECH SVCParamKey = 5
svcb.go#L125: SVCParamIPv6Hint SVCParamKey = 6
svcb.go#L126: SVCParamDOHPath SVCParamKey = 7
svcb.go#L127: SVCParamOHTTP SVCParamKey = 8
svcb.go#L128: SVCParamTLSSupportedGroups SVCParamKey = 9
svcb.go#L131: var svcParamKeyNames = map[SVCParamKey]string{
svcb.go#L145: func (k SVCParamKey) String() string {
svcb.go#L153: func (k SVCParamKey) GoString() string {
svcb.go#L171: var previousKey SVCParamKey
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. |