mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 11:30:42 +08:00
This commit is contained in:
parent
93b015fbca
commit
41c9db0069
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user