ShardInfo

data class ShardInfo(val name: String, val id: String, val description: String, val version: String, val deps: List<String>?)

The information of a shard.

Constructors

Link copied to clipboard
constructor(name: String, id: String, description: String, version: String, deps: List<String>?)

Properties

Link copied to clipboard

Dependency shards required to run this shard.

Link copied to clipboard

The description of the shard.

Link copied to clipboard
val id: String

The id of the shard.

Link copied to clipboard

The name of the shard.

Link copied to clipboard

The version your shard is currently on.