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

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

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

data class Config(
    val userName: String,
    val repository: String,
    val commit: String,
    val prs: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy