Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type ErrorResponse struct {
Error string `json:"error"`
}
type ImageResponse ¶
type ImageResponse struct {
Url string `json:"url"`
S3Key string `json:"s3_key"`
Size int `json:"size,omitempty"`
MimeType string `json:"mimeType,omitempty"`
ExpiresAt time.Time `json:"expiresAt,omitempty"`
CreatedAt time.Time `json:"createdAt"`
}
ImageResponse godoc @Description Структура ответа для изображения @Tags response @Properties @Property url string "URL изображения" @Property s3_key string "Ключ S3" @Property size int "Размер файла в байтах" // Опционально @Property mimeType string "MIME тип файла" // Опционально @Property expiresAt string "Время истечения срока действия ссылки" // Опционально @Property createdAt string "Время создания изображения" @Success 200 {object} ImageResponse
func (*ImageResponse) Marker ¶
func (r *ImageResponse) Marker()
type SuccessResponse ¶
Click to show internal directories.
Click to hide internal directories.