Documentation
¶
Index ¶
- type Storage
- func (_m *Storage) Create(ctx context.Context, ve datastore.VersionedJSONEntity) error
- func (_m *Storage) Delete(ctx context.Context, ve datastore.VersionedJSONEntity) error
- func (_m *Storage) Find(ctx context.Context, filter map[string]interface{}, result interface{}) error
- func (_m *Storage) Get(ctx context.Context, id string, ve datastore.VersionedJSONEntity) error
- func (_m *Storage) GetHistory(ctx context.Context, id string, at time.Time, ve datastore.VersionedJSONEntity) error
- func (_m *Storage) Update(ctx context.Context, ve datastore.VersionedJSONEntity) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
Storage is an autogenerated mock type for the Storage type
func (*Storage) Find ¶
func (_m *Storage) Find(ctx context.Context, filter map[string]interface{}, result interface{}) error
Find provides a mock function with given fields: ctx, filter, result
Click to show internal directories.
Click to hide internal directories.