mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-07 12:17:02 +08:00
9 lines
219 B
Go
9 lines
219 B
Go
package minio
|
|
|
|
type minioImageInfo struct {
|
|
NotImage bool `json:"notImage,omitempty"`
|
|
Width int `json:"width,omitempty"`
|
|
Height int `json:"height,omitempty"`
|
|
Format string `json:"format,omitempty"`
|
|
}
|