Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveLock ¶
type LockDiscovery ¶
type LockDiscovery struct {
ActiveLock ActiveLock `xml:"activelock"`
}
type Multistatus ¶
type Multistatus struct {
Response []Response `xml:"response"`
}
type Prop ¶
type Prop struct {
Displayname string `xml:"displayname"`
Getlastmodified string `xml:"getlastmodified"`
Getcontentlength int64 `xml:"getcontentlength"`
Getcontenttype string `xml:"getcontenttype"`
Getetag string `xml:"getetag"`
Supportedlock Supportedlock `xml:"supportedlock"`
Resourcetype ResourceType `xml:"resourcetype"`
LockDiscovery LockDiscovery `xml:"lockdiscovery"`
Win32LastModifiedTime string `xml:"Win32LastModifiedTime"`
}
type ResourceType ¶
type Supportedlock ¶
type Supportedlock struct {
Lockentry LockEntry `xml:"lockentry"`
}
Click to show internal directories.
Click to hide internal directories.