9 lines
123 B
Go
9 lines
123 B
Go
package html_components
|
|
|
|
type CropImage struct {
|
|
ImageUrl string
|
|
SaveUrl string
|
|
CancelUrl string
|
|
ImageId string
|
|
}
|