forked from toolshed/abra
chore: make deps, go mod vendor
This commit is contained in:
6
vendor/google.golang.org/grpc/stats/stats.go
generated
vendored
6
vendor/google.golang.org/grpc/stats/stats.go
generated
vendored
@ -77,9 +77,6 @@ type InPayload struct {
|
||||
// the call to HandleRPC which provides the InPayload returns and must be
|
||||
// copied if needed later.
|
||||
Payload any
|
||||
// Data is the serialized message payload.
|
||||
// Deprecated: Data will be removed in the next release.
|
||||
Data []byte
|
||||
|
||||
// Length is the size of the uncompressed payload data. Does not include any
|
||||
// framing (gRPC or HTTP/2).
|
||||
@ -150,9 +147,6 @@ type OutPayload struct {
|
||||
// the call to HandleRPC which provides the OutPayload returns and must be
|
||||
// copied if needed later.
|
||||
Payload any
|
||||
// Data is the serialized message payload.
|
||||
// Deprecated: Data will be removed in the next release.
|
||||
Data []byte
|
||||
// Length is the size of the uncompressed payload data. Does not include any
|
||||
// framing (gRPC or HTTP/2).
|
||||
Length int
|
||||
|
Reference in New Issue
Block a user