10 lines
605 B
Markdown
10 lines
605 B
Markdown
# Assets
|
|
|
|
Bundled resources for grpc-service-generator skill
|
|
|
|
- [ ] templates/service.proto.template: A Jinja2 template for generating .proto files with customizable service and message definitions.
|
|
- [ ] examples/unary_rpc.proto: Example .proto file demonstrating a simple unary RPC.
|
|
- [ ] examples/streaming_rpc.proto: Example .proto file demonstrating a server-side streaming RPC.
|
|
- [ ] examples/client_streaming_rpc.proto: Example .proto file demonstrating a client-side streaming RPC.
|
|
- [ ] examples/bidirectional_streaming_rpc.proto: Example .proto file demonstrating a bidirectional streaming RPC.
|