Package-level declarations
Types
Link copied to clipboard
data class ArtifactParams(val appName: String, val userId: String, val sessionId: String, val artifactName: String? = null)
Link copied to clipboard
Link copied to clipboard
object ArtifactRoutesErrors
Link copied to clipboard
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object SessionRoutesErrors
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
fun extractArtifactParams(parameters: Parameters, requireArtifactName: Boolean = false): ArtifactRoutesResult
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
fun extractSessionParams(parameters: Parameters, requireSessionId: Boolean = false): SessionRoutesResult
Link copied to clipboard
Kept so callers of the previous package keep compiling; use the dev package instead.
Link copied to clipboard
fun Route.runRoutes(agentLoader: AgentLoader, sessionService: SessionService, artifactService: ArtifactService, plugins: List<Plugin> = emptyList())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard