Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlbumRouter ¶
type AlbumRouter struct {
AlbumController controller.AlbumControllerInterface
}
func (AlbumRouter) Init ¶
func (r AlbumRouter) Init() *mux.Router
type ArtistRouter ¶
type ArtistRouter struct {
ArtistController controller.ArtistControllerInterface
}
func (ArtistRouter) Init ¶
func (r ArtistRouter) Init() *mux.Router
Click to show internal directories.
Click to hide internal directories.