Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2024 Changes in this version + type FStore struct + func New(log zerolog.Logger, store Store, workdir string) *FStore + func (h *FStore) Get(cid string) (*blockless.FunctionManifest, error) + func (h *FStore) Install(address string, cid string) error + func (h *FStore) Installed(cid string) (bool, error) + func (h *FStore) InstalledFunctions() ([]string, error) + func (h *FStore) Sync(cid string) error + type Store interface + GetRecord func(string, interface{}) error + Keys func() []string + SetRecord func(string, interface{}) error