Added APIPicture struct
parent
52fd70cc3e
commit
b755c76308
|
@ -10,3 +10,8 @@ type Picture struct {
|
|||
Description string
|
||||
CreatedAt time.Time
|
||||
}
|
||||
|
||||
type APIPicture struct {
|
||||
UserId string
|
||||
PictureId string
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue