io.bkbn.skelegro.docker.commands.Command.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of skelegro-docker Show documentation
Show all versions of skelegro-docker Show documentation
A wacky assortment of Kotlin DSLs for infrastructure manifest generation
package io.bkbn.skelegro.docker.commands
abstract class Command(var comment: String?) {
abstract fun tag(): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy