# Functions
RPCNew is to generate rpc greet service, this greet service can speed up your understanding of the zrpc service structure.
RPCTemplate is the entry for generate rpc template.
ZRPC generates grpc code directly by protoc and generates zrpc code by goctl.
# Variables
VarBoolClient describes whether to generate rpc client.
VarBoolIdea describes whether idea or not.
VarBoolMultiple describes whether support generating multiple rpc services or not.
VarBoolVerbose describes whether verbose.
VarStringBranch describes the git branch.
VarStringHome describes the goctl home.
VarStringOutput describes the output.
VarStringRemote describes the remote git repository.
VarStringSliceGoGRPCOpt describes the grpc options.
VarStringSliceGoGRPCOut describes the grpc output.
VarStringSliceGoOpt describes the go options.
VarStringSliceGoOut describes the go output.
VarStringSlicePlugin describes the protoc plugin.
VarStringSliceProtoPath describes the proto path.
VarStringStyle describes the style of output files.
VarStringZRPCOut describes the zRPC output.