thing_image.go 85 B

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