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

com.gabrielittner.github.diff.Storage.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
package com.gabrielittner.github.diff

interface Storage {
    fun store(name: String, content: String): String
    fun saveApk(commit: String, apk: Apk): String
    fun loadApk(name: String, commit: String?): Apk?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy