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

commonMain.com.zegreatrob.tools.adapter.git.CommitRef.kt Maven / Gradle / Ivy

There is a newer version: 1.5.10
Show newest version
package com.zegreatrob.tools.adapter.git

import kotlinx.datetime.Instant

data class CommitRef(
    val id: String,
    val authorEmail: String,
    val committerEmail: String,
    val dateTime: Instant,
    val parents: List,
    val fullMessage: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy