Versions in this module Expand all Collapse all v1 v1.0.3 Dec 4, 2021 v1.0.2 May 8, 2021 Changes in this version + type Element struct + func (ele *Element) ByJson(element map[string]interface{}) + func (ele *Element) ByJsonString(strJson string) error + func (ele *Element) Cache() + func (ele *Element) Drop(field string) error + func (ele *Element) Field(fieldName string, field interface{}) *Element + func (ele *Element) GetField(fieldName string) interface{} + func (ele *Element) GetLabel() []string + func (ele *Element) GetProperty() map[string]interface{} + func (ele *Element) Init() *Element + func (ele *Element) InitLabel(labels []string) *Element + func (ele *Element) JsonString() (string, error) + func (ele *Element) Label(labels []string) *Element + func (ele *Element) Property(element map[string]interface{}) *Element + func (ele *Element) ReadCache() + func (ele *Element) SetElement(element map[string]interface{}) + func (ele *Element) Sum() float64 + func (ele *Element) ToArray() States + func (ele *Element) ToString() string