API Definition
You could define REST API and gRPC API in proto files and generate Go codes from these files.
api/helloworld/v1/greeter.proto
gRPC API is a gRPC Register, which is generated by plugin, can be registered into GRPC Server.
You could define REST API and gRPC API in proto files and generate Go codes from these files.
api/helloworld/v1/greeter.proto
gRPC API is a gRPC Register, which is generated by plugin, can be registered into GRPC Server.
本文档使用 全库网 构建