Documentation
¶
Index ¶
Constants ¶
View Source
const ( ANNOTATION_OPT = "@knit" ANNOTATION_BEG = "@+knit" ANNOTATION_END = "@!knit" BEG_PATTERN = `(.*)@\+knit(.*)` END_PATTERN = `(.*)@!knit(.*)` OPTION_PATTERN = "@knit.(\\w*).([^`\\n]*)(?:`((.|\\n)*?(?<!\\\\))`)?" GROUP_OPTION_TYPE = 1 GROUP_OPTION_VALUE = 2 GROUP_OPTION_LITERAL = 3 )
Variables ¶
This section is empty.
Functions ¶
func EndAnnotation ¶
Types ¶
type OptionType ¶
type OptionType = string
const ( Input OptionType = "input" Loader OptionType = "loader" Variable OptionType = "variable" Template OptionType = "template" )
Click to show internal directories.
Click to hide internal directories.