diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/idhash-pair.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/models/idhash-pair.go b/models/idhash-pair.go new file mode 100644 index 0000000..b78dcb7 --- /dev/null +++ b/models/idhash-pair.go @@ -0,0 +1,6 @@ +package models + +type FileHashPair struct { + ID string `json:"id"` + FileHash string `json:"fileHash"` +} |