32bf0415/html_components/crop-image.go
1970-01-01 00:00:00 +00:00

9 lines
123 B
Go

package html_components
type CropImage struct {
ImageUrl string
SaveUrl string
CancelUrl string
ImageId string
}