Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GenerateMockCMD represents the new command. GenerateMockCMD = &cobra.Command{ Use: "mock", Short: "Generate Mock: Generated mock code from config file: " + mockGenCfgFile, Long: "Generate Mock: Will create and use mock manager to generate mock files from configuration " + mockGenCfgFile, Example: "Eitri mock \n eitri mock --config cfg/" + mockGenCfgFile, Run: runMockGen, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.