Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InvalidID = Error{
Code: "INVALID_ID",
Detail: "The ID is not valid",
}
View Source
var ServerError = Error{
Code: "SERVER_ERROR",
Detail: "Sorry, something went wrong",
}
View Source
var UserNotFound = Error{
Code: "USER_NOT_FOUND",
Detail: "Artist not found",
}
Functions ¶
This section is empty.
Types ¶
type AlbumRepository ¶
Click to show internal directories.
Click to hide internal directories.