Versions in this module Expand all Collapse all v0 v0.0.6 Apr 28, 2021 Changes in this version + const QuotaUri + const UserInfoUri + type Account struct + AccessToken string + func NewAccountClient(accessToken string) *Account + func (a *Account) Quota() (QuotaResponse, error) + func (a *Account) UserInfo() (UserInfoResponse, error) + type QuotaResponse struct + Expire bool + Free int + Total int + Used int + type UserInfoResponse struct + AvatarUrl string + BaiduName string + ErrorCode int + ErrorMsg string + NetdiskName string + RequestID int + RequestIDStr string + Uk int + VipType int