main.wisp.lease.pool.PoolLeaseConfig.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wisp-lease Show documentation
Show all versions of wisp-lease Show documentation
a module containing lease related code
package wisp.lease.pool
data class PoolLeaseConfig(
val name: String,
val leaseNames: List
)