Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GoFileSelector is the regex to select go files GoFileSelector = regexp.MustCompile("(.*)\\.go") )
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func Generate ¶
func Generate(path string, parser annotation.Parser)
Generate generates the pgl implementations for the given path
Types ¶
type TestingInterface ¶
type TestingInterface interface { // ProvideSampleGoApp returns the go sample app ProvideSampleGoApp() []byte }
TestingInterface is just an interfaces
Click to show internal directories.
Click to hide internal directories.