Files
open-im-server/pkg/common/db/s3/minio/struct.go
T

9 lines
219 B
Go
Raw Normal View History

2023-08-08 16:40:07 +08:00
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"`
}