Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlbumController ¶
type AlbumController struct {
AlbumService service.AlbumServiceInterface
}
func (AlbumController) Create ¶
func (c AlbumController) Create(w http.ResponseWriter, r *http.Request)
func (AlbumController) Index ¶
func (c AlbumController) Index(w http.ResponseWriter, r *http.Request)
type AlbumControllerInterface ¶
type AlbumControllerInterface interface { Index(w http.ResponseWriter, r *http.Request) Create(w http.ResponseWriter, r *http.Request) }
type ArtistController ¶
type ArtistController struct {
ArtistService service.ArtistServiceInterface
}
func (ArtistController) Create ¶
func (c ArtistController) Create(w http.ResponseWriter, r *http.Request)
func (ArtistController) Index ¶
func (c ArtistController) Index(w http.ResponseWriter, r *http.Request)
type ArtistControllerInterface ¶
type ArtistControllerInterface interface { Index(w http.ResponseWriter, r *http.Request) Create(w http.ResponseWriter, r *http.Request) }
Click to show internal directories.
Click to hide internal directories.