Documentation
¶
Overview ¶
Package add @file : add.go @author : china.gdxs@gmail.com @time : 2023/11/7 17:13 @Description:
Package add @file : proto.go @author : china.gdxs@gmail.com @time : 2023/11/7 17:14 @Description:
Package add @file : template.go @author : china.gdxs@gmail.com @time : 2023/11/7 17:14 @Description:
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdAdd = &cobra.Command{
Use: "add",
Short: "Add a proto API template",
Long: "Add a proto API template. Example: proto add helloworld/v1/hello.proto",
Run: run,
}
CmdAdd represents the add command.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.