|
|
@ -182,9 +182,9 @@ func (g *minioCacheRedis) GetThumbnailKey(ctx context.Context, key string, forma
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type MinioImageInfo struct {
|
|
|
|
type MinioImageInfo struct {
|
|
|
|
IsImg bool `json:"i,omitempty"`
|
|
|
|
IsImg bool `json:"isImg"`
|
|
|
|
Width int `json:"w,omitempty"`
|
|
|
|
Width int `json:"width"`
|
|
|
|
Height int `json:"h,omitempty"`
|
|
|
|
Height int `json:"height"`
|
|
|
|
Format string `json:"f,omitempty"`
|
|
|
|
Format string `json:"format"`
|
|
|
|
Etag string `json:"e,omitempty"`
|
|
|
|
Etag string `json:"etag"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|