Versions in this module Expand all Collapse all v0 v0.10.0 Jan 28, 2020 Changes in this version + type Contains struct + func (Contains) Sig() (paramTypes []data.Type, isVariadic bool) + func (s *Contains) Eval(params ...interface{}) (interface{}, error) + func (s *Contains) Name() string + type Count struct + func (s *Count) Eval(params ...interface{}) (interface{}, error) + func (s *Count) Name() string + func (s *Count) Sig() (paramTypes []data.Type, isVariadic bool) + type Create struct + func (s *Create) Eval(object ...interface{}) (interface{}, error) + func (s *Create) Name() string + func (s *Create) Sig() (paramTypes []data.Type, isVariadic bool) + type Delete struct + func (s *Delete) Eval(params ...interface{}) (interface{}, error) + func (s *Delete) Name() string + func (s *Delete) Sig() (paramTypes []data.Type, isVariadic bool) + type Get struct + func (s *Get) Eval(params ...interface{}) (interface{}, error) + func (s *Get) Name() string + func (s *Get) Sig() (paramTypes []data.Type, isVariadic bool)