Documentation
¶
Index ¶
Constants ¶
View Source
const ValueNameNA = "N/A"
View Source
const VariableNameResult = "result"
Variables ¶
This section is empty.
Functions ¶
func ParseGeneral ¶ added in v0.0.2
Types ¶
type GeneralParser ¶
type GeneralParser struct {
// contains filtered or unexported fields
}
func (*GeneralParser) GetPlaceholders ¶
func (p *GeneralParser) GetPlaceholders() (placeholders []string)
func (*GeneralParser) Parse ¶
func (p *GeneralParser) Parse(template string) (err error)
func (*GeneralParser) Render ¶
func (p *GeneralParser) Render(args ...interface{}) (content string, err error)
Click to show internal directories.
Click to hide internal directories.