Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrFailedToCreateDirectory = errors.New("webdav: failed to create directory") ErrFailedToWriteFile = errors.New("webdav: failed to write file") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
BaseURL string
Username string
Password string
// contains filtered or unexported fields
}
type Webdav ¶
type Webdav struct {
// contains filtered or unexported fields
}
func (*Webdav) JoinStoragePath ¶ added in v0.11.0
func (*Webdav) Type ¶ added in v0.11.0
func (w *Webdav) Type() types.StorageType
type WebdavMethod ¶ added in v0.20.2
type WebdavMethod string
const ( WebdavMethodMkcol WebdavMethod = "MKCOL" WebdavMethodPropfind WebdavMethod = "PROPFIND" WebdavMethodPut WebdavMethod = "PUT" )
Click to show internal directories.
Click to hide internal directories.