mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-27 14:45:49 +03:00
[PR #1779] [MERGED] internal/grpc: use the generated proto provided by Google #1810
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#1810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fsouza/fake-gcs-server/pull/1779
Author: @fsouza
Created: 10/15/2024
Status: ✅ Merged
Merged: 10/15/2024
Merged by: @fsouza
Base:
main← Head:update-proto📝 Commits (2)
9b0b89finternal/grpc: use the generated proto provided by Googlef681c8cinternal/grpc: fix naming convention for variables📊 Changes
6 files changed (+141 additions, -14091 deletions)
View changed files
➖
genproto/googleapis/storage/v1/storage.pb.go(+0 -9385)➖
genproto/googleapis/storage/v1/storage_resources.pb.go(+0 -4610)📝
go.mod(+3 -3)➕
internal/grpc/fake_grpc_servers_test.go(+52 -0)📝
internal/grpc/server.go(+47 -53)📝
internal/grpc/server_test.go(+39 -40)📄 Description
This is better than trying to maintain our own generated stuff.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.