package
1.1.3
Repository: https://github.com/micro-easy/go-zero.git
Documentation: pkg.go.dev

# Functions

Rpc is to generate rpc service code from a proto file by specifying a proto file using flag src, you can specify a target folder for code generation, when the proto file has import, you can specify the import search directory through the proto_path command, for specific usage, please refer to protoc -h.
RpcNew is to generate rpc greet service, this greet service can speed up your understanding of the zrpc service structure.
No description provided by the author