package gitdiff
import (
gitea_gitdiff "code.gitea.io/gitea/services/gitdiff"
)
type DiffFile struct {
gitea_gitdiff.DiffFile
Diff string
}