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