Documentation ¶
Overview ¶
Package example is generated with ftmpl {{{v0.3.0-beta}}}, do not edit!!!! */
Index ¶
- func TMPLBaseEmbedded(title string) string
- func TMPLBasicCode(s string, num int) string
- func TMPLBasicEmbeddedCode(n int) string
- func TMPLBasicIfElse(n int) string
- func TMPLBasicIfElseif(n int) string
- func TMPLComparisonWithGoTemplates(params TemplateParam) string
- func TMPLERRBaseEmbedded(title string) (string, error)
- func TMPLERRBasicCode(s string, num int) (string, error)
- func TMPLERRBasicEmbeddedCode(n int) (string, error)
- func TMPLERRBasicIfElse(n int) (string, error)
- func TMPLERRBasicIfElseif(n int) (string, error)
- func TMPLERRComparisonWithGoTemplates(params TemplateParam) (string, error)
- func TMPLERRExtendsEmbedded(title string, something int) (string, error)
- func TMPLERRFmtFormat() (string, error)
- func TMPLERRNoncodeLineWithExclamationMark() (string, error)
- func TMPLERRWithDirectWriting() (string, error)
- func TMPLERRWithEndInsteadOfBrackets() (string, error)
- func TMPLERRWithExclamationMark() (string, error)
- func TMPLERRWithGlobalDeclaration(arg Argument) (string, error)
- func TMPLERRWithInsert(a int) (string, error)
- func TMPLERRWithPercentage(str string) (string, error)
- func TMPLERRbasic(str string, num int) (string, error)
- func TMPLERRextends(title string, something int) (string, error)
- func TMPLERRreturn(a int) (string, error)
- func TMPLExtendsEmbedded(title string, something int) string
- func TMPLFmtFormat() string
- func TMPLNoncodeLineWithExclamationMark() string
- func TMPLWithDirectWriting() string
- func TMPLWithEndInsteadOfBrackets() string
- func TMPLWithExclamationMark() string
- func TMPLWithGlobalDeclaration(arg Argument) string
- func TMPLWithInsert(a int) string
- func TMPLWithPercentage(str string) string
- func TMPLbasic(str string, num int) string
- func TMPLextends(title string, something int) string
- func TMPLreturn(a int) string
- type Argument
- type TemplateParam
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TMPLBaseEmbedded ¶
TMPLBaseEmbedded evaluates a template BaseEmbedded.tmpl
func TMPLBasicCode ¶
TMPLBasicCode evaluates a template BasicCode.tmpl
func TMPLBasicEmbeddedCode ¶
TMPLBasicEmbeddedCode evaluates a template BasicEmbeddedCode.tmpl
func TMPLBasicIfElse ¶
TMPLBasicIfElse evaluates a template BasicIfElse.tmpl
func TMPLBasicIfElseif ¶
TMPLBasicIfElseif evaluates a template BasicIfElseif.tmpl
func TMPLComparisonWithGoTemplates ¶
func TMPLComparisonWithGoTemplates(params TemplateParam) string
TMPLComparisonWithGoTemplates evaluates a template ComparisonWithGoTemplates.tmpl
func TMPLERRBaseEmbedded ¶
TMPLERRBaseEmbedded evaluates a template BaseEmbedded.tmpl
func TMPLERRBasicCode ¶
TMPLERRBasicCode evaluates a template BasicCode.tmpl
func TMPLERRBasicEmbeddedCode ¶
TMPLERRBasicEmbeddedCode evaluates a template BasicEmbeddedCode.tmpl
func TMPLERRBasicIfElse ¶
TMPLERRBasicIfElse evaluates a template BasicIfElse.tmpl
func TMPLERRBasicIfElseif ¶
TMPLERRBasicIfElseif evaluates a template BasicIfElseif.tmpl
func TMPLERRComparisonWithGoTemplates ¶
func TMPLERRComparisonWithGoTemplates(params TemplateParam) (string, error)
TMPLERRComparisonWithGoTemplates evaluates a template ComparisonWithGoTemplates.tmpl
func TMPLERRExtendsEmbedded ¶
TMPLERRExtendsEmbedded evaluates a template ExtendsEmbedded.tmpl
func TMPLERRFmtFormat ¶ added in v0.3.0
TMPLERRFmtFormat evaluates a template FmtFormat.tmpl
func TMPLERRNoncodeLineWithExclamationMark ¶
TMPLERRNoncodeLineWithExclamationMark evaluates a template NoncodeLineWithExclamationMark.tmpl
func TMPLERRWithDirectWriting ¶
TMPLERRWithDirectWriting evaluates a template WithDirectWriting.tmpl
func TMPLERRWithEndInsteadOfBrackets ¶
TMPLERRWithEndInsteadOfBrackets evaluates a template WithEndInsteadOfBrackets.tmpl
func TMPLERRWithExclamationMark ¶
TMPLERRWithExclamationMark evaluates a template WithExclamationMark.tmpl
func TMPLERRWithGlobalDeclaration ¶
TMPLERRWithGlobalDeclaration evaluates a template WithGlobalDeclaration.tmpl
func TMPLERRWithInsert ¶
TMPLERRWithInsert evaluates a template WithInsert.tmpl
func TMPLERRWithPercentage ¶
TMPLERRWithPercentage evaluates a template WithPercentage.tmpl
func TMPLERRbasic ¶
TMPLERRbasic evaluates a template basic.tmpl
func TMPLERRextends ¶
TMPLERRextends evaluates a template extends.tmpl
func TMPLERRreturn ¶
TMPLERRreturn evaluates a template return.tmpl
func TMPLExtendsEmbedded ¶
TMPLExtendsEmbedded evaluates a template ExtendsEmbedded.tmpl
func TMPLFmtFormat ¶ added in v0.3.0
func TMPLFmtFormat() string
TMPLFmtFormat evaluates a template FmtFormat.tmpl
func TMPLNoncodeLineWithExclamationMark ¶
func TMPLNoncodeLineWithExclamationMark() string
TMPLNoncodeLineWithExclamationMark evaluates a template NoncodeLineWithExclamationMark.tmpl
func TMPLWithDirectWriting ¶
func TMPLWithDirectWriting() string
TMPLWithDirectWriting evaluates a template WithDirectWriting.tmpl
func TMPLWithEndInsteadOfBrackets ¶
func TMPLWithEndInsteadOfBrackets() string
TMPLWithEndInsteadOfBrackets evaluates a template WithEndInsteadOfBrackets.tmpl
func TMPLWithExclamationMark ¶
func TMPLWithExclamationMark() string
TMPLWithExclamationMark evaluates a template WithExclamationMark.tmpl
func TMPLWithGlobalDeclaration ¶
TMPLWithGlobalDeclaration evaluates a template WithGlobalDeclaration.tmpl
func TMPLWithInsert ¶
TMPLWithInsert evaluates a template WithInsert.tmpl
func TMPLWithPercentage ¶
TMPLWithPercentage evaluates a template WithPercentage.tmpl
func TMPLextends ¶
TMPLextends evaluates a template extends.tmpl