Documentation
¶
Index ¶
- type UseCase
- func (u *UseCase) DeleteOld(_ context.Context, txId string, beforeSeq sequence.Seq) []model.File
- func (u *UseCase) DeleteTx(_ context.Context, txId string) []model.File
- func (u *UseCase) Get(_ context.Context, txId, key string, filter model.FileFilter) (model.File, error)
- func (u *UseCase) GetFiles(_ context.Context, txId string, filter model.FileFilter) ([]model.File, error)
- func (u *UseCase) Load(ctx context.Context) ([]model.File, error)
- func (u *UseCase) Store(ctx context.Context, f model.File) error
- func (u *UseCase) UpdateTx(ctx context.Context, oldTxId, newTxId string, filter model.FileFilter) (deleteFiles []model.File, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.