Versions in this module Expand all Collapse all v0 v0.0.2 Jul 17, 2023 v0.0.1 Jul 17, 2023 Changes in this version + type StoreClient interface + Disconnect func() error + RemoveFromStore func(o contracts.StoredObject) error + RetrieveFromStore func(appServiceKey string) (objects []contracts.StoredObject, err error) + Store func(o contracts.StoredObject) (id string, err error) + Update func(o contracts.StoredObject) error