Versions in this module Expand all Collapse all v0 v0.4.0 Dec 8, 2020 Changes in this version + type Context struct + Data map[string]interface{} + func New(hook interface{}) (*Context, error) + func (c *Context) Evaluate(expr string) (ref.Val, error) + func (c *Context) EvaluateToString(expr string) (string, error)