Versions in this module Expand all Collapse all v0 v0.2.1 Oct 4, 2025 v0.2.0 Sep 27, 2025 Changes in this version + type AnyType ListItem + func (v *AnyType) Int() int + type ListItem struct + func GetListItem(buffer []byte, ooffset *uint) ListItem + func NewListItem(value interface{}) ListItem + func (li *ListItem) DataLength() int + func (li *ListItem) Get(value interface{}) (err error) + func (li *ListItem) GetAny() AnyType + func (li *ListItem) IsEmpty() bool + func (li *ListItem) IsNull() bool + func (li *ListItem) IsString() bool + func (li *ListItem) Type() ListItemType + func (listItem *ListItem) Dump() []byte + type ListItemType byte + const LISTITEM_NEGFLOAT + const LISTITEM_NEGINT + const LISTITEM_OREF + const LISTITEM_POSFLOAT + const LISTITEM_POSINT + const LISTITEM_STRING + const LISTITEM_UNICODE