This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
dima
/
homethings
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
2a1d7989ac
Haarat
Tagit
master
1.0.0
homethings
/
internal
/
models
/
thing_image.go
thing_image.go
85 B
Historia
Raaka
1
2
3
4
5
6
package models
type AddThingImageRequest struct {
ThingID uint64
Image string
}