Versions in this module Expand all Collapse all v0 v0.1.0 Sep 6, 2026 Changes in this version + var ErrTooLarge = errors.New("dsstore: records exceed one 4 KiB node") + func BuildAlias(volumeName, relPath string) ([]byte, error) + type Blob []byte + type Bool bool + type IconView struct + Background string + GridSpacing float64 + IconSize float64 + LabelBottom bool + ShowInfo bool + ShowPreview bool + TextSize float64 + VolumeName string + type Long uint32 + type Record struct + ID string + Name string + Val Value + type Store struct + func Parse(b []byte) (*Store, error) + func (s *Store) Add(r Record) + func (s *Store) Bytes() ([]byte, error) + func (s *Store) Records() []Record + func (s *Store) SetIconPosition(name string, x, y uint32) + func (s *Store) SetIconView(v IconView) error + func (s *Store) SetWindow(w Window) error + type Type string + type Value interface + type Window struct + Height int + Width int + X int + Y int