type google.golang.org/grpc/attributes.Attributes
10 uses
google.golang.org/grpc/attributes (current package)
attributes.go#L30: type Attributes struct {
attributes.go#L37: func New(kvs ...interface{}) *Attributes {
attributes.go#L41: a := &Attributes{m: make(map[interface{}]interface{}, len(kvs)/2)}
attributes.go#L52: func (a *Attributes) WithValues(kvs ...interface{}) *Attributes {
attributes.go#L59: n := &Attributes{m: make(map[interface{}]interface{}, len(a.m)+len(kvs)/2)}
attributes.go#L71: func (a *Attributes) Value(key interface{}) interface{} {
google.golang.org/grpc/credentials
credentials.go#L211: Attributes *attributes.Attributes
google.golang.org/grpc/resolver
resolver.go#L116: Attributes *attributes.Attributes
resolver.go#L168: Attributes *attributes.Attributes
![]() |
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. |