SwarmUiModelsRepository

Defines the SwarmUiModelsRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun fetchAndGetModels(): List<SwarmUiModel>

Loads SDAI data through fetchAndGetModels.

Link copied to clipboard
abstract suspend fun fetchModels()

Loads SDAI data through fetchModels.

Link copied to clipboard
abstract suspend fun getModels(): List<SwarmUiModel>

Loads SDAI data through getModels.