mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Refactoring code
This commit is contained in:
parent
5e65e394a6
commit
3aadf61fde
@ -7,9 +7,9 @@ type TencentCloudStorageCredentialReq struct {
|
||||
}
|
||||
|
||||
type TencentCloudStorageCredentialRespData struct {
|
||||
*sts.CredentialResult
|
||||
Region string `json:"region"`
|
||||
Bucket string `json:"bucket"`
|
||||
*sts.CredentialResult `json:"credentialResult"`
|
||||
Region string `json:"region"`
|
||||
Bucket string `json:"bucket"`
|
||||
}
|
||||
|
||||
type TencentCloudStorageCredentialResp struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user