Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Cmd = &cobra.Command{ Use: "grpc", Short: "generate grpc code by proto file from base path or format the proto file", Long: `generate grpc code by proto file from base path or format the proto file`, TraverseChildren: true, RunE: func(cmd *cobra.Command, args []string) error { run() return nil }, } )
View Source
var (
HomeDir string
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.