Added picture struct
parent
b671acb7bf
commit
bad8843b83
|
@ -0,0 +1,12 @@
|
|||
package structs
|
||||
|
||||
import "time"
|
||||
|
||||
type Picture struct {
|
||||
UserId string
|
||||
PictureId string
|
||||
Likes int
|
||||
Location string
|
||||
Description string
|
||||
CreatedAt time.Time
|
||||
}
|
Loading…
Reference in New Issue