Documentation ¶
Index ¶
Constants ¶
View Source
const ( APP = "scratch" VER = "0.3.3" DESC = "Utility for generating blank files for apps and services" )
View Source
const ( OPT_NO_COLOR = "nc:no-color" OPT_HELP = "h:help" OPT_VER = "v:version" OPT_VERB_VER = "vv:verbose-version" OPT_COMPLETION = "completion" OPT_GENERATE_MAN = "generate-man" )
View Source
const ( VAR_NAME = "NAME" VAR_SHORT_NAME = "SHORT_NAME" VAR_VERSION = "VERSION" VAR_DESC = "DESC" VAR_DESC_README = "DESC_README" VAR_CODEBEAT_UUID = "CODEBEAT_UUID" VAR_CODECLIMATE_ID = "CODECLIMATE_ID" VAR_SHORT_NAME_TITLE = "SHORT_NAME_TITLE" VAR_SHORT_NAME_LOWER = "SHORT_NAME_LOWER" VAR_SHORT_NAME_UPPER = "SHORT_NAME_UPPER" VAR_SPEC_CHANGELOG_DATE = "SPEC_CHANGELOG_DATE" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VariableInfo ¶
func (VariableInfo) IsValid ¶
func (vi VariableInfo) IsValid(value string) bool
IsValid validates value
type VariableInfoStore ¶
type VariableInfoStore struct { Info map[string]VariableInfo List []string }
Click to show internal directories.
Click to hide internal directories.