mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +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 {
|
|
|
|
}
|