Versions in this module Expand all Collapse all v2 v2.0.0 Sep 7, 2025 Changes in this version + const CreateAtIndex + const DataStartIndex + const LengthIndex + const MaxAgeIndex + const UpdateAtIndex + type Store []byte + func NewStore(data []byte, maxAge ...uint64) Store + func ParseStore(data []byte) Store + func (s Store) Bytes() []byte + func (s Store) CreateAt() uint64 + func (s Store) Int() (int, error) + func (s Store) JSON(dest interface{}) error + func (s Store) Length(all ...bool) uint64 + func (s Store) MaxAge() uint64 + func (s Store) SetLength(length uint64) Store + func (s Store) SetMaxAge(maxAge uint64) Store + func (s Store) SetUpdateAt(date uint64) Store + func (s Store) Text() string + func (s Store) UpdateAt() uint64 + func (s Store) Values() []byte