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