Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun getAll(): List<HuggingFaceModel>

Loads SDAI data through getAll.

Link copied to clipboard
abstract suspend fun save(models: List<HuggingFaceModel>)

Performs the SDAI side effect handled by save.