All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.codingzen.kata.konfig.retriever.KataKonfRetriever.kt Maven / Gradle / Ivy

package tech.codingzen.kata.konfig.retriever

interface KataKonfRetriever {
  fun retrieve(name: String): String?

  fun list(name: String): List?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy