Versions in this module Expand all Collapse all v3 v3.2.0 Dec 3, 2024 Changes in this version + type Client struct + func NewClient(ctx context.Context, config bootstrapConfig.Database, ...) (*Client, errors.EdgeX) + func (c Client) CloseSession() + func (c Client) Disconnect() error + func (c Client) RemoveFromStore(o interfaces.StoredObject) error + func (c Client) RetrieveFromStore(appServiceKey string) ([]interfaces.StoredObject, error) + func (c Client) Store(o interfaces.StoredObject) (string, error) + func (c Client) Update(o interfaces.StoredObject) error Other modules containing this package git.buildlinx.io/buildlinx/edgelinx/go-libs/app-functions-sdk-go/v4