Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultListSize = 100
Variables ¶
View Source
var ( ErrInvalidAlbum = errors.New("invalid album") ErrNotFound = errors.New("album not found") )
Functions ¶
This section is empty.
Types ¶
type CreateParams ¶
type Repository ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(repository Repository) *Service
Click to show internal directories.
Click to hide internal directories.