mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Introduce models.Entity type
This commit is contained in:
parent
a59a542967
commit
c4587b80af
6 changed files with 18 additions and 9 deletions
|
@ -27,6 +27,12 @@ import (
|
|||
)
|
||||
|
||||
type MBID string
|
||||
type Entity string
|
||||
|
||||
const (
|
||||
Listens Entity = "listens"
|
||||
Loves Entity = "loves"
|
||||
)
|
||||
|
||||
type AdditionalInfo map[string]any
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue