Documentation ¶
Overview ¶
protoc-gen-go-grpc is a plugin for the Google protocol buffer compiler to generate Go code. Install it by building this program and making it accessible within your PATH with the name:
protoc-gen-go-grpc
The 'go-grpc' suffix becomes part of the argument for the protocol compiler, such that it can be invoked as:
protoc --go-grpc_out=. path/to/file.proto
This generates Go service definitions for the protocol buffer defined by file.proto. With that input, the output will be written to:
path/to/file_grpc.pb.go
Directories ¶
Path | Synopsis |
---|---|
############################################################################# # File: config.go # # Project: config # # Created Date: 2024/11/14 17:25:45 # # Author: realjf # # ----- # # Last Modified: 2024/11/14 17:26:10 # # Modified By: realjf # # ----- # # # #############################################################################
|
############################################################################# # File: config.go # # Project: config # # Created Date: 2024/11/14 17:25:45 # # Author: realjf # # ----- # # Last Modified: 2024/11/14 17:26:10 # # Modified By: realjf # # ----- # # # ############################################################################# |
############################################################################# # File: grpc_client.go # # Project: protoc-gen-go-grpc # # Created Date: 2024/11/14 15:45:28 # # Author: realjf # # ----- # # Last Modified: 2024/11/14 17:31:36 # # Modified By: realjf # # ----- # # # #############################################################################
|
############################################################################# # File: grpc_client.go # # Project: protoc-gen-go-grpc # # Created Date: 2024/11/14 15:45:28 # # Author: realjf # # ----- # # Last Modified: 2024/11/14 17:31:36 # # Modified By: realjf # # ----- # # # ############################################################################# |
Click to show internal directories.
Click to hide internal directories.