Files
2025-08-29 21:21:36 +07:00

7 lines
185 B
Go

package main
type HDiffData struct {
SourceFileName string `json:"source_file_name"`
TargetFileName string `json:"target_file_name"`
PatchFileName string `json:"patch_file_name"`
}