We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb7c06 commit 61a8ed5Copy full SHA for 61a8ed5
drivers/123/types.go
@@ -28,7 +28,7 @@ func (f File) CreateTime() time.Time {
28
}
29
30
func (f File) GetHash() utils.HashInfo {
31
- return utils.HashInfo{}
+ return utils.NewHashInfo(utils.MD5, f.Etag)
32
33
34
func (f File) GetPath() string {
drivers/123_share/types.go
@@ -24,7 +24,7 @@ type File struct {
24
25
26
27
0 commit comments