Package-level declarations

Types

Link copied to clipboard
data class DiscoveryExportData(val session: DiscoverySessionEntity, val presetResults: List<DiscoveryPresetResultEntity>, val nodesByPreset: Map<Long, List<DiscoveredNodeEntity>>)
Link copied to clipboard
Link copied to clipboard
sealed interface ExportResult
Link copied to clipboard
fun interface ExportSaverLauncher

Platform-agnostic handle for triggering a file-save from export data.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns a launcher that saves ExportResult.Success content to the platform's file system.

Returns a launcher that saves ExportResult.Success content to the platform's file system.

Returns a launcher that saves ExportResult.Success content to the platform's file system.