mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			250 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			250 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package base_info
 | 
						|
 | 
						|
type MinioStorageCredentialReq struct {
 | 
						|
	Action string `form:"Action";binding:"required"`
 | 
						|
	DurationSeconds int `form:"DurationSeconds"`
 | 
						|
	Version string `form:"Version"`
 | 
						|
	Policy string
 | 
						|
}
 | 
						|
 | 
						|
type MiniostorageCredentialResp struct {
 | 
						|
 | 
						|
}
 |