Versions in this module Expand all Collapse all v0 v0.0.3 Jun 20, 2023 Changes in this version + func StatusObjectID(opID string) string + type Storage interface + CancelOperation func(id string) (*StoredOperation, error) + DeleteOperation func(id string) error + GetOperation func(id string) (StoredOperation, error) + GetOperations func(parent string, filter filtering.Filter) ([]StoredOperation, error) + StoreOperation func(op StoredOperation) error + type StoredOperation struct + Done bool + Error string + ID string + Response []byte + func (s StoredOperation) FilterVariablesMap() map[string]any v0.0.2-alpha Jun 1, 2023