mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
test(mobile): store (#16243)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
5acf6868b7
commit
94c0e8253a
7 changed files with 399 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import 'package:immich_mobile/domain/interfaces/db.interface.dart';
|
||||
import 'package:immich_mobile/domain/models/store.model.dart';
|
||||
|
||||
abstract interface class IStoreRepository {
|
||||
abstract interface class IStoreRepository implements IDatabaseRepository {
|
||||
Future<bool> insert<T>(StoreKey<T> key, T value);
|
||||
|
||||
Future<T?> tryGet<T>(StoreKey<T> key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue