Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportJSON ¶
Types ¶
type ImportMode ¶
type ImportMode string
const ( ImportMerge ImportMode = "merge" ImportReplace ImportMode = "replace" )
type WebDAVClient ¶
type WebDAVClient struct {
// contains filtered or unexported fields
}
func NewWebDAVClient ¶
func NewWebDAVClient(url, username, password string) *WebDAVClient
Click to show internal directories.
Click to hide internal directories.