You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest release of google.golang.org/grpc/stats, the OutPayload and InPayload no longer have the Data field.
# larking.io/larking
../../.go/pkg/mod/[email protected]/larking/stats.go:23:3: unknown field Data in struct literal of type "google.golang.org/grpc/stats".OutPayload
../../.go/pkg/mod/[email protected]/larking/stats.go:35:3: unknown field Data in struct literal of type "google.golang.org/grpc/stats".InPayload
The text was updated successfully, but these errors were encountered:
In the latest release of
google.golang.org/grpc/stats
, theOutPayload
andInPayload
no longer have theData
field.The text was updated successfully, but these errors were encountered: