Open-IM-Server/pkg/common/db/s3/minio/struct.go

9 lines
219 B

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"`
}