gecko.builder.GeckoWrapper.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gecko-core Show documentation
Show all versions of gecko-core Show documentation
Full network logging allowing users to browse entire calls via simple urls and more.
package gecko.builder
import gecko.Gecko
fun interface GeckoWrapper {
fun wrap(gecko: Gecko): Gecko
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy