init
This commit is contained in:
7
ldiff-converter/model.go
Normal file
7
ldiff-converter/model.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
type HDiffData struct {
|
||||
SourceFileName string `json:"source_file_name"`
|
||||
TargetFileName string `json:"target_file_name"`
|
||||
PatchFileName string `json:"patch_file_name"`
|
||||
}
|
||||
Reference in New Issue
Block a user