Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiStatusResponse ¶
type MultiStatusResponse struct { XMLName xml.Name `xml:"DAV: multistatus"` Responses []StatusResponse `xml:"DAV: response"` }
type PropValue ¶
type PropValue struct { CreationDate string `xml:"DAV: creationdate,omitempty"` LastModified string `xml:"DAV: getlastmodified,omitempty"` ContentLength int64 `xml:"DAV: getcontentlength,omitempty"` ResourceType struct { Collection *struct{} `xml:"DAV: collection,omitempty"` } `xml:"DAV: resourcetype"` }
type PropfindRequest ¶
type StatusResponse ¶
Click to show internal directories.
Click to hide internal directories.