This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 99c734db530 Bump github.com/testcontainers/testcontainers-go in /sdks 
(#25789)
     add e2afe3a60cc Use buf to generate protobuf stubs for ToB backend (#25821)

No new revisions were added by this update.

Summary of changes:
 build.gradle.kts                                   |    6 +-
 learning/tour-of-beam/backend/README.md            |    4 +-
 learning/tour-of-beam/backend/function.go          |    6 +-
 .../backend/integration_tests/client_pg.go         |    2 +-
 .../backend/internal/service/content.go            |    2 +-
 .../backend/internal/service/mock_helper.go        |    2 +-
 .../backend/internal/service/pg_adapter.go         |    2 +-
 .../tour-of-beam/backend/playground_api/api.pb.go  | 3517 --------------------
 .../backend/playground_api}/api/v1/api.pb.go       |    0
 .../backend/playground_api}/api/v1/api_grpc.pb.go  |    0
 .../backend/playground_api/{ => api/v1}/mock.go    |  185 +-
 .../backend/playground_api/api_grpc.pb.go          |  791 -----
 playground/buf.gen.yaml                            |   10 +
 playground/infrastructure/api/v1/api_pb2.py        |  205 +-
 playground/infrastructure/api/v1/api_pb2.pyi       |  508 +--
 15 files changed, 495 insertions(+), 4745 deletions(-)
 delete mode 100644 learning/tour-of-beam/backend/playground_api/api.pb.go
 copy {playground/backend/internal => 
learning/tour-of-beam/backend/playground_api}/api/v1/api.pb.go (100%)
 copy {playground/backend/internal => 
learning/tour-of-beam/backend/playground_api}/api/v1/api_grpc.pb.go (100%)
 rename learning/tour-of-beam/backend/playground_api/{ => api/v1}/mock.go (86%)
 delete mode 100644 learning/tour-of-beam/backend/playground_api/api_grpc.pb.go

Reply via email to