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

16 uses

	google.golang.org/grpc/attributes (current package)
		attributes.go#L39: type Attributes struct {
		attributes.go#L44: func New(key, value any) *Attributes {
		attributes.go#L45: 	return &Attributes{m: map[any]any{key: value}}
		attributes.go#L52: func (a *Attributes) WithValue(key, value any) *Attributes {
		attributes.go#L56: 	n := &Attributes{m: make(map[any]any, len(a.m)+1)}
		attributes.go#L66: func (a *Attributes) Value(key any) any {
		attributes.go#L79: func (a *Attributes) Equal(o *Attributes) bool {
		attributes.go#L109: func (a *Attributes) String() string {
		attributes.go#L139: func (a *Attributes) MarshalJSON() ([]byte, error) {

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

	google.golang.org/grpc/resolver
		resolver.go#L107: 	Attributes *attributes.Attributes
		resolver.go#L115: 	BalancerAttributes *attributes.Attributes
		resolver.go#L191: 	Attributes *attributes.Attributes
		resolver.go#L221: 	Attributes *attributes.Attributes