Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶ added in v0.0.9
type Account struct { Country string `json:"country"` DisplayName string `json:"display_name"` Email string `json:"email"` EmailVerified bool `json:"email_verified"` IsPaired bool `json:"is_paired"` Locale string `json:"locale"` NameDetails struct { FamiliarName string `json:"familiar_name"` GivenName string `json:"given_name"` Surname string `json:"surname"` } `json:"name_details"` QuotaInfo struct { Datastores int `json:"datastores"` Normal int `json:"normal"` Quota int `json:"quota"` Shared int `json:"shared"` } `json:"quota_info"` ReferralLink string `json:"referral_link"` Team interface{} `json:"team"` UID int `json:"uid"` }
type AccountCall ¶ added in v0.0.9
type AccountCall struct {
// contains filtered or unexported fields
}
func (*AccountCall) Do ¶ added in v0.0.9
func (c *AccountCall) Do() (*Account, error)
type ListContent ¶
type ListContent struct { Bytes int64 `json:"bytes"` Icon string `json:"icon"` IsDir bool `json:"is_dir"` Modified string `json:"modified"` Path string `json:"path"` Rev string `json:"rev"` Revision int64 `json:"revision"` Root string `json:"root"` Size string `json:"size"` ThumbExists bool `json:"thumb_exists"` }
Click to show internal directories.
Click to hide internal directories.