Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Song ¶
type Song struct { jsonlib.Flatten[SongFields] }
func (*Song) SetSavedAtToNow ¶
func (s *Song) SetSavedAtToNow()
type SongFields ¶
type SongSummary ¶
type SongSummary struct { jsonlib.Flatten[SongFields] }
SongSummary is explicitly distinct from Song because it's meant to be a smaller set of fields. I don't want there to be a confusion where a method takes in a song and a song summary is passed in instead
Click to show internal directories.
Click to hide internal directories.