Documentation ¶
Overview ¶
You can use the "packr clean" command to clean up this, and any other packr generated files.
Index ¶
Constants ¶
View Source
const ( Version = "v1.0.0" DefaultOpenDelimiter = "<" DefaultCloseDelimiter = ">" DefaultDelimiter = "%" )
Variables ¶
This section is empty.
Functions ¶
func NewJsScript ¶
func NewJsScript(optFuncs ...WithScriptOptionFunc) contract.Script
Types ¶
type WithScriptOptionFunc ¶
type WithScriptOptionFunc = func(opt *scriptOption)
func WithCloseDelimiter ¶
func WithCloseDelimiter(cd string) WithScriptOptionFunc
func WithDelimiter ¶
func WithDelimiter(d string) WithScriptOptionFunc
func WithOpenDelimiter ¶
func WithOpenDelimiter(od string) WithScriptOptionFunc
Click to show internal directories.
Click to hide internal directories.