Initial commit 🌈
This commit is contained in:
11
pkg/repo/types.go
Normal file
11
pkg/repo/types.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package repo
|
||||
|
||||
type DavFile struct {
|
||||
Filename string
|
||||
Filesize int64
|
||||
Link string
|
||||
}
|
||||
|
||||
type DavFiles struct {
|
||||
Files []*DavFile
|
||||
}
|
||||
Reference in New Issue
Block a user