Added APIPicture struct

master
Alex 2021-08-10 12:33:21 +02:00
parent 52fd70cc3e
commit b755c76308
1 changed files with 5 additions and 0 deletions

View File

@ -10,3 +10,8 @@ type Picture struct {
Description string
CreatedAt time.Time
}
type APIPicture struct {
UserId string
PictureId string
}