home to your local SPACEGIRL 馃挮 arimelody.space
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 226 B view raw
1package model 2 3type ( 4 Credit struct { 5 Release Release `json:"release"` 6 Artist Artist `json:"artist"` 7 Role string `json:"role"` 8 Primary bool `json:"primary" db:"is_primary"` 9 } 10)