grpc
Installation
SKILL.md
What I do
- Define Protocol Buffer schemas
- Implement gRPC services
- Handle streaming
- Implement authentication
- Handle errors properly
- Manage versioning
- Test gRPC services
- Scale gRPC deployments
When to use me
When implementing gRPC services or working with Protocol Buffers.
Protocol Buffer Definition
syntax = "proto3";
package user.v1;
option go_package = "github.com/company/api/user/v1";