Package-level declarations

Types

Link copied to clipboard
class MainViewModel @Inject constructor(offloadingServiceRepositoryImpl: OffloadingServiceRepositoryImpl) : ViewModel

A MainViewModel class responsible for managing UI-related data for the main screen.

Link copied to clipboard
data class OffloadingServiceUiState(val id: Int = 0, val pipelineState: Pipeline.State = Pipeline.State.NULL, val port: Int = 0)

The data class representing the UI state of an offloading service.