Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct {
Mode string `name:"mode" required:"" enum:"server,client" help:"generation mode (server or client)"`
TestSpecFileName string `name:"spec" required:"" help:"the test specification in YAML"`
OutFileName string `name:"out" help:"output filename (default \"./<srcPkgName>_<mode>_test.go\")"`
Formatted bool `name:"fmt" default:"true" help:"whether to make the test code formatted"`
}
Click to show internal directories.
Click to hide internal directories.
