Documentation ¶
Index ¶
- Constants
- Variables
- type DB
- func (d DB) CreateSong(ctx context.Context, newSong songentity.Song) error
- func (d DB) DeleteSong(ctx context.Context, songID string) error
- func (d DB) GetSong(ctx context.Context, songID string) (songentity.Song, error)
- func (d DB) GetSongSummariesForUser(ctx context.Context, ownerID string) ([]songentity.SongSummary, error)
- func (d DB) UpdateSong(ctx context.Context, song songentity.Song) error
Constants ¶
View Source
const (
SongsTable = "Songs"
)
Variables ¶
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.