Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenerateCmd = &cobra.Command{
Use: "generate",
Short: "Generates mock structures for interfaces in a supplied directory",
Example: "commands generate ./...",
Run: generateRun,
}
View Source
var VersionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of commands",
Run: versionRun,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.