thing_image.go 82 B

123456
  1. package models
  2. type AddThingImageRequest struct {
  3. ThingID int
  4. Image string
  5. }