controller

package
v0.0.0-...-9c73dfc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2016 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlbumController

type AlbumController struct{}

func NewAlbumController

func NewAlbumController() *AlbumController

func (AlbumController) AddAlbumTrack

func (ac AlbumController) AddAlbumTrack(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) AddTrackArtist

func (ac AlbumController) AddTrackArtist(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) CreateAlbum

func (ac AlbumController) CreateAlbum(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) GetAlbum

func (AlbumController) GetAlbumList

func (ac AlbumController) GetAlbumList(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) RemoveAlbum

func (ac AlbumController) RemoveAlbum(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) RemoveAlbumTrack

func (ac AlbumController) RemoveAlbumTrack(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) RemoveTrackArtist

func (ac AlbumController) RemoveTrackArtist(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) UpdateAlbum

func (ac AlbumController) UpdateAlbum(w http.ResponseWriter, r *http.Request, p router.Params)

func (AlbumController) UpdateAlbumTrack

func (ac AlbumController) UpdateAlbumTrack(w http.ResponseWriter, r *http.Request, p router.Params)

type ArtistController

type ArtistController struct{}

func NewArtistController

func NewArtistController() *ArtistController

func (ArtistController) CreateArtist

func (ac ArtistController) CreateArtist(w http.ResponseWriter, r *http.Request, p router.Params)

func (ArtistController) GetArtist

func (ac ArtistController) GetArtist(w http.ResponseWriter, r *http.Request, p router.Params)

func (ArtistController) GetArtistList

func (ac ArtistController) GetArtistList(w http.ResponseWriter, r *http.Request, p router.Params)

func (ArtistController) RemoveArtist

func (ac ArtistController) RemoveArtist(w http.ResponseWriter, r *http.Request, p router.Params)

func (ArtistController) UpdateArtist

func (ac ArtistController) UpdateArtist(w http.ResponseWriter, r *http.Request, p router.Params)

type KeyController

type KeyController struct{}

func NewKeyController

func NewKeyController() *KeyController

func (KeyController) CreateKey

func (kc KeyController) CreateKey(w http.ResponseWriter, r *http.Request, p router.Params)

func (KeyController) GetKey

func (KeyController) GetKeyList

func (kc KeyController) GetKeyList(w http.ResponseWriter, r *http.Request, p router.Params)

func (KeyController) RemoveKey

func (kc KeyController) RemoveKey(w http.ResponseWriter, r *http.Request, p router.Params)

func (KeyController) UpdateKey

func (kc KeyController) UpdateKey(w http.ResponseWriter, r *http.Request, p router.Params)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL