modulepackage
0.0.8
Repository: https://github.com/dovydas1928/example-proto.git
Documentation: pkg.go.dev
# README
Bobr Protobuf
To compile Protobuf files we need these tools:
https://github.com/protocolbuffers/protobuf/releases/tag/v27.2 https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.34.2 https://github.com/grpc/grpc-go/releases/tag/cmd%2Fprotoc-gen-go-grpc%2Fv1.4.0
Command:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative tb.proto
# Functions
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
TestBoardService_ServiceDesc is the grpc.ServiceDesc for TestBoardService service.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnimplementedTestBoardServiceServer must be embedded to have forward compatible implementations.
# Interfaces
No description provided by the author
No description provided by the author
TestBoardServiceClient is the client API for TestBoardService service.
TestBoardServiceServer is the server API for TestBoardService service.
UnsafeTestBoardServiceServer may be embedded to opt out of forward compatibility for this service.