Documentation
¶
Index ¶
- type Storage
- func (s *Storage) AddSong(ctx context.Context, m *models.Song) error
- func (s *Storage) DeleteSong(ctx context.Context, id int) error
- func (s *Storage) EditSong(ctx context.Context, m *models.Song) error
- func (s *Storage) GetSongText(ctx context.Context, songID int) (string, error)
- func (s *Storage) SelectMusicWithCondition(ctx context.Context, where string) ([]models.Song, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.