Documentation
¶
Index ¶
Constants ¶
View Source
const ( InitCommandsTpl = "initCommands" MainFileTpl = "mainFile" )
Variables ¶
This section is empty.
Functions ¶
func FlagTypeDefaultValue ¶
Types ¶
type FlagType ¶
type FlagType string
const ( StringFlagType FlagType = "String" BoolFlagType FlagType = "Bool" IntFlagType FlagType = "Int" Int8FlagType FlagType = "Int8" Int16FlagType FlagType = "Int16" Int32FlagType FlagType = "Int32" Int64FlagType FlagType = "Int64" UintFlagType FlagType = "Uint" Uint8FlagType FlagType = "Uint8" Uint16FlagType FlagType = "Uint16" Uint32FlagType FlagType = "Uint32" Uint64FlagType FlagType = "Uint64" Float32FlagType FlagType = "Float32" Float64FlagType FlagType = "Float64" )
func FlagTypeByASTPrimitive ¶
type InitCommands ¶
Click to show internal directories.
Click to hide internal directories.