google.golang.org/grpc/attributes.Attributes.m (field)
9 uses
google.golang.org/grpc/attributes (current package)
attributes.go#L31: m map[interface{}]interface{}
attributes.go#L41: a := &Attributes{m: make(map[interface{}]interface{}, len(kvs)/2)}
attributes.go#L43: a.m[kvs[i*2]] = kvs[i*2+1]
attributes.go#L59: n := &Attributes{m: make(map[interface{}]interface{}, len(a.m)+len(kvs)/2)}
attributes.go#L60: for k, v := range a.m {
attributes.go#L61: n.m[k] = v
attributes.go#L64: n.m[kvs[i*2]] = kvs[i*2+1]
attributes.go#L75: return a.m[key]
![]() |
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. |