google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp.AltsContext.PeerAttributes (field)

3 uses

	google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp (current package)
		altscontext.pb.go#L37: 	PeerAttributes       map[string]string `protobuf:"bytes,7,rep,name=peer_attributes,json=peerAttributes,proto3" json:"peer_attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
		altscontext.pb.go#L112: 		return m.PeerAttributes

	google.golang.org/grpc/credentials/alts/internal/authinfo
		authinfo.go#L51: 			PeerAttributes:      result.GetPeerIdentity().GetAttributes(),