Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VarStringOutput describes the output. VarStringOutput string // VarStringHome describes the goctlwt home. VarStringHome string // VarStringRemote describes the remote git repository. VarStringRemote string // VarStringBranch describes the git branch. VarStringBranch string // VarStringSliceGoOut describes the go output. VarStringSliceGoOut []string // VarStringSliceGoGRPCOut describes the grpc output. VarStringSliceGoGRPCOut []string // VarStringSlicePlugin describes the protoc plugin. VarStringSlicePlugin []string // VarStringSliceProtoPath describes the proto path. VarStringSliceProtoPath []string // VarStringSliceGoOpt describes the go options. VarStringSliceGoOpt []string // VarStringSliceGoGRPCOpt describes the grpc options. VarStringSliceGoGRPCOpt []string // VarStringStyle describes the style of output files. VarStringStyle string // VarStringZRPCOut describes the zRPC output. VarStringZRPCOut string // VarBoolIdea describes whether idea or not VarBoolIdea bool // VarBoolVerbose describes whether verbose. VarBoolVerbose bool // VarBoolMultiple describes whether support generating multiple rpc services or not. VarBoolMultiple bool // VarBoolClient describes whether to generate rpc client VarBoolClient bool )
Functions ¶
func RPCNew ¶
RPCNew is to generate rpc greet service, this greet service can speed up your understanding of the zrpc service structure
func RPCTemplate ¶
RPCTemplate is the entry for generate rpc template
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.