|
|
@ -22,7 +22,6 @@ import (
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
// contents of struct mostly don't matter for toolkit.
|
|
|
|
// contents of struct mostly don't matter for toolkit.
|
|
|
|
|
|
|
|
|
|
|
|
type incomingImage struct {
|
|
|
|
type incomingImage struct {
|
|
|
|
Image string `json:"image"`
|
|
|
|
Image string `json:"image"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|