This commit is contained in:
Liang Ding 2022-12-17 17:51:56 +08:00
parent 93b015fbca
commit 41c9db0069
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D

View File

@ -135,8 +135,8 @@ type LeftRightDiff struct {
}
type DiffFile struct {
FileID string
Title string
FileID string `json:"fileID"`
Title string `json:"title"`
}
func DiffRepoSnapshots(left, right string) (ret *LeftRightDiff, err error) {