Versions in this module Expand all Collapse all v1 v1.48.1 Aug 21, 2019 Changes in this version + type AsyncInfo struct + HRef string + Method string + Templated bool + type AsyncStatus struct + Status string + type CustomPropertyResponse struct + CustomProperties map[string]interface{} + type DiskInfo struct + TotalSpace int64 + TrashSize int64 + UsedSpace int64 + type ErrorResponse struct + Description string + ErrorName string + Message string + StatusCode int + func (e *ErrorResponse) Error() string + type ResourceInfoRequestOptions struct + Fields []string + Limit uint64 + Offset uint64 + SortMode *SortMode + type ResourceInfoResponse struct + Created string + CustomProperties map[string]interface{} + Embedded *ResourceListResponse + Md5 string + MimeType string + Modified string + Name string + OriginPath string + Path string + Preview string + PublicKey string + PublicURL string + ResourceType string + Size int64 + type ResourceListResponse struct + Items []ResourceInfoResponse + Limit *uint64 + Offset *uint64 + Path string + PublicKey string + Sort *SortMode + Total *uint64 + type SortMode struct + func (m *SortMode) ByCreated() *SortMode + func (m *SortMode) ByModified() *SortMode + func (m *SortMode) ByName() *SortMode + func (m *SortMode) ByPath() *SortMode + func (m *SortMode) BySize() *SortMode + func (m *SortMode) Default() *SortMode + func (m *SortMode) Reverse() *SortMode + func (m *SortMode) String() string + func (m *SortMode) UnmarshalJSON(value []byte) error