mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-08 16:51:10 -06:00
[chore] Bump otel deps -> v1.30.0/v0.52.0 (#3307)
This commit is contained in:
parent
9046220979
commit
b2572b9e07
97 changed files with 3438 additions and 1645 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue