5 lines
192 B
Go
5 lines
192 B
Go
package models
|
|
|
|
// TODO: Struct for mapping a note to a user for their personal feed
|
|
// Storing timeline info in redis could also be an idea, but I kinda like
|
|
// everything being in one place
|