type google.golang.org/grpc/attributes.Attributes

14 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L34: type Attributes struct {
		attributes.go#L39: func New(key, value interface{}) *Attributes {
		attributes.go#L40: 	return &Attributes{m: map[interface{}]interface{}{key: value}}
		attributes.go#L47: func (a *Attributes) WithValue(key, value interface{}) *Attributes {
		attributes.go#L51: 	n := &Attributes{m: make(map[interface{}]interface{}, len(a.m)+1)}
		attributes.go#L61: func (a *Attributes) Value(key interface{}) interface{} {
		attributes.go#L75: func (a *Attributes) Equal(o *Attributes) bool {

	google.golang.org/grpc/credentials
		credentials.go#L227: 	Attributes *attributes.Attributes

	google.golang.org/grpc/internal
		xds_handshake_cluster.go#L36: func GetXDSHandshakeClusterName(attr *attributes.Attributes) (string, bool) {

	google.golang.org/grpc/resolver
		resolver.go#L123: 	Attributes *attributes.Attributes
		resolver.go#L128: 	BalancerAttributes *attributes.Attributes
		resolver.go#L194: 	Attributes *attributes.Attributes