Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Declaration = ®o.Function{ Name: "template.exec", Decl: types.NewFunction( types.Args( types.NewObject( []*types.StaticProperty{ { Key: "template", Value: types.NewString(), }, { Key: "data", Value: types.NewAny(), }, }, types.NewDynamicProperty( types.NewString(), types.NewAny(), ), ), ), types.S, ), }
function declaration
Functions ¶
func Implementation ¶
function implementation
Types ¶
Click to show internal directories.
Click to hide internal directories.