Added pictureLike struct
parent
b755c76308
commit
405ce69cda
|
@ -0,0 +1,6 @@
|
|||
package structs
|
||||
|
||||
type PictureLike struct {
|
||||
UserId string
|
||||
PictureId string
|
||||
}
|
Loading…
Reference in New Issue