Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Generate = cli.Command{ Name: "gen", Usage: "Generate kallax models", Action: generateAction, Flags: []cli.Flag{ cli.StringFlag{ Name: "input", Value: ".", Usage: "Input package directory", }, cli.StringFlag{ Name: "output", Value: "kallax.go", Usage: "Output file name", }, cli.StringSliceFlag{ Name: "exclude, e", Usage: "List of excluded files from the package when generating the code for your models. Use this to exclude files in your package that uses the generated code. You can use this flag as many times as you want.", }, }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.