Documentation ¶
Index ¶
- Constants
- Variables
- type Dav
- func (this Dav) Cat(path string) (io.ReadCloser, error)
- func (this Dav) Init(params map[string]string, app *App) (IBackend, error)
- func (this Dav) LoginForm() Form
- func (this Dav) Ls(path string) ([]os.FileInfo, error)
- func (this Dav) Meta(path string) Metadata
- func (this Dav) Mkdir(path string) error
- func (this Dav) Mv(from string, to string) error
- func (this Dav) Rm(path string) error
- func (this Dav) Save(path string, file io.Reader) error
- func (this Dav) Touch(path string) error
- type DavCollection
- type DavResource
Constants ¶
View Source
const ( CARDDAV string = "carddav" CALDAV string = "caldav" )
Variables ¶
View Source
var DavCache AppCache
Functions ¶
This section is empty.
Types ¶
type DavCollection ¶
Click to show internal directories.
Click to hide internal directories.