mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
Introduce models.Entity type
This commit is contained in:
parent
086bf25616
commit
78baba8154
1 changed files with 7 additions and 0 deletions
|
@ -34,6 +34,13 @@ const (
|
|||
Loves Entity = "loves"
|
||||
)
|
||||
|
||||
type Entity string
|
||||
|
||||
const (
|
||||
Listens Entity = "listens"
|
||||
Loves Entity = "loves"
|
||||
)
|
||||
|
||||
type AdditionalInfo map[string]any
|
||||
|
||||
type Track struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue