Versions in this module Expand all Collapse all v0 v0.1.3 Dec 2, 2021 v0.1.2 Dec 1, 2021 v0.1.1 Nov 29, 2021 Changes in this version + func Register(name string, fn func(p interface{}, entry *Entry) (bool, error)) + type Calc struct + func New(exp string) *Calc + func (this *Calc) Calculate(p interface{}) (r bool, err error) + type Entry struct + Args interface{} + Name string + Operator string