Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: pythonのproto生成ディレクトリを変更 #109

Merged
merged 1 commit into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
import grpc.experimental

from where_child_bus.v1 import bus_pb2 as where__child__bus_dot_v1_dot_bus__pb2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
import grpc.experimental

from where_child_bus.v1 import child_photo_pb2 as where__child__bus_dot_v1_dot_child__photo__pb2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
import grpc.experimental

from where_child_bus.v1 import health_check_pb2 as where__child__bus_dot_v1_dot_health__check__pb2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
import grpc.experimental


from where_child_bus.v1 import nursery_pb2 as where__child__bus_dot_v1_dot_nursery__pb2

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
import grpc.experimental

from where_child_bus.v1 import station_pb2 as where__child__bus_dot_v1_dot_station__pb2

Expand Down
6 changes: 3 additions & 3 deletions proto/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ plugins:
# Python用の設定 (クライアント側)
- plugin: buf.build/grpc/python:v1.61.0
out:
../machine_learning/src/proto-gen/
../machine_learning/src/generated/
# dependencies
- plugin: buf.build/protocolbuffers/python:v25.2
out: ../machine_learning/src/proto-gen/
out: ../machine_learning/src/generated/
- plugin: buf.build/protocolbuffers/pyi:v25.2
out: ../machine_learning/src/proto-gen/
out: ../machine_learning/src/generated/

# Dart用の設定 (クライアント側)
- name: dart
Expand Down
Loading