Versions in this module Expand all Collapse all v1 v1.0.2 Oct 31, 2024 v1.0.1 Oct 31, 2024 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