Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NowInterpreter ¶
type NowInterpreter struct { }
NowInterpreter is the Conflow interpreter for the Now function
func (NowInterpreter) Eval ¶
func (i NowInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error)
Eval returns with the result of the function
func (NowInterpreter) Schema ¶
func (i NowInterpreter) Schema() schema.Schema
Click to show internal directories.
Click to hide internal directories.