Add more metadata
This commit is contained in:
@@ -12,7 +12,7 @@ func Directory(path string) Response {
|
||||
}
|
||||
}
|
||||
|
||||
func File(path string, fileSize int, added string, link string) Response {
|
||||
func File(path string, fileSize int64, added string, link string) Response {
|
||||
return Response{
|
||||
Href: customPathEscape(path),
|
||||
Propstat: PropStat{
|
||||
|
||||
Reference in New Issue
Block a user