type google.golang.org/grpc/attributes.Attributes
18 uses
google.golang.org/grpc/attributes (current package)
attributes.go#L41: type Attributes struct {
attributes.go#L42: parent *Attributes
attributes.go#L47: func New(key, value any) *Attributes {
attributes.go#L48: return &Attributes{
attributes.go#L65: func (a *Attributes) WithValue(key, value any) *Attributes {
attributes.go#L66: return &Attributes{
attributes.go#L75: func (a *Attributes) Value(key any) any {
attributes.go#L90: func (a *Attributes) Equal(o *Attributes) bool {
attributes.go#L124: func (a *Attributes) String() string {
attributes.go#L154: func (a *Attributes) MarshalJSON() ([]byte, error) {
attributes.go#L161: func (a *Attributes) all() iter.Seq2[any, any] {
google.golang.org/grpc/credentials
credentials.go#L273: Attributes *attributes.Attributes
google.golang.org/grpc/resolver
resolver.go#L107: Attributes *attributes.Attributes
resolver.go#L115: BalancerAttributes *attributes.Attributes
resolver.go#L192: Attributes *attributes.Attributes
resolver.go#L222: Attributes *attributes.Attributes
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)