server/admin/api/file.go
nemunaire 8f7de926d3 admin: Implement sychronization backends
We are now able, depending on configuration, to retrieve files from either WebDAV or local file system.
2018-01-17 18:52:39 +01:00

9 lines
83 B
Go

package api
import ()
type uploadedFile struct {
URI string
Digest string
}