Versions in this module Expand all Collapse all v0 v0.2.2 Jan 15, 2025 Changes in this version + type Fs struct + func NewFSStore(root string) (*Fs, error) + func (s *Fs) Add(d gridtypes.Deployment) error + func (s *Fs) ByTwin(twin uint32) ([]uint64, error) + func (s *Fs) Capacity() (cap gridtypes.Capacity, err error) + func (s *Fs) Close() error + func (s *Fs) Delete(d gridtypes.Deployment) error + func (s *Fs) Get(twin uint32, deployment uint64) (gridtypes.Deployment, error) + func (s *Fs) GetShared(twinID uint32, name gridtypes.Name) (gridtypes.WorkloadID, error) + func (s *Fs) Set(dl gridtypes.Deployment) error + func (s *Fs) SharedByTwin(twinID uint32) ([]gridtypes.WorkloadID, error) + func (s *Fs) Twins() ([]uint32, error)