package structs
import (
gitea_api "code.gitea.io/gitea/modules/structs"
)
type Commit struct {
*gitea_api.Commit
Branch string `json:"branch"`
}