Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GreenConfig ¶ added in v0.360.0
type GreenConfig struct { Out string GoFile string Encode bool Marshal bool Tests bool Unexported bool ReadStringsFast bool MethodPrefix string SerzEmpty bool AllTuple bool SkipZidClue bool Msgpack2 bool // -msgpack2 is an alias for -omit-clue ShowVersion bool NoEmbeddedStructNames bool NoDedup bool }
func (*GreenConfig) DefineFlags ¶ added in v0.360.0
func (c *GreenConfig) DefineFlags(fs *flag.FlagSet)
call DefineFlags before myflags.Parse()
func (*GreenConfig) ValidateConfig ¶ added in v0.360.0
func (c *GreenConfig) ValidateConfig() error
call c.ValidateConfig() after myflags.Parse()
Click to show internal directories.
Click to hide internal directories.