Root

@Serializable
data class Root(val uri: String, val name: String?)(source)

Represents a root directory or file that the server can operate on.

Constructors

Link copied to clipboard
constructor(uri: String, name: String?)

Properties

Link copied to clipboard
val name: String?

An optional name for the root.

Link copied to clipboard
val uri: String

The URI identifying the root. This must start with file:// for now.