Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessKeyItem ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetCredential ¶
func (a Client) GetCredential(accessKey string) (credential common.Credential, err error)
func (Client) GetKeysByUid ¶
func (a Client) GetKeysByUid(uid string) (credentials []common.Credential, err error)
type QueryResp ¶
type QueryResp struct {
Limit int `json:"limit"`
Total int `json:"total"`
Offset int `json:"offset"`
AccessKeySet []AccessKeyItem `json:"accessKeySet"`
}
type QueryRespAll ¶
Click to show internal directories.
Click to hide internal directories.