Documentation ¶
Index ¶
Constants ¶
View Source
const CreatePath = "/audio"
View Source
const DeletePath = "/audio/{id}"
View Source
const GetPath = "/audio/{id}"
View Source
const ListPath = "/audio"
View Source
const UpdatePath = "/audio/{id}"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateAudioController ¶
type CreateAudioController struct { }
func NewCreateController ¶
func NewCreateController() *CreateAudioController
func (*CreateAudioController) AddRoute ¶
func (c *CreateAudioController) AddRoute(router *mux.Router)
func (*CreateAudioController) Create ¶
func (c *CreateAudioController) Create(w http.ResponseWriter, r *http.Request)
type DeleteAudioController ¶
type DeleteAudioController struct { }
func NewDeleteVideoController ¶
func NewDeleteVideoController() *DeleteAudioController
func (*DeleteAudioController) AddRoute ¶
func (d *DeleteAudioController) AddRoute(router *mux.Router)
func (*DeleteAudioController) Delete ¶
func (d *DeleteAudioController) Delete(w http.ResponseWriter, r *http.Request)
type GetAudioController ¶
type GetAudioController struct { }
func NewGetVideoController ¶
func NewGetVideoController() *GetAudioController
func (*GetAudioController) AddRoute ¶
func (g *GetAudioController) AddRoute(router *mux.Router)
func (*GetAudioController) Get ¶
func (g *GetAudioController) Get(w http.ResponseWriter, r *http.Request)
type ListAudioController ¶
type ListAudioController struct { }
func NewListVideoController ¶
func NewListVideoController() *ListAudioController
func (*ListAudioController) AddRoute ¶
func (l *ListAudioController) AddRoute(router *mux.Router)
func (*ListAudioController) List ¶
func (l *ListAudioController) List(w http.ResponseWriter, r *http.Request)
type UpdateAudioController ¶
type UpdateAudioController struct { }
func NewUpdateVideoController ¶
func NewUpdateVideoController() *UpdateAudioController
func (*UpdateAudioController) AddRoute ¶
func (u *UpdateAudioController) AddRoute(router *mux.Router)
func (*UpdateAudioController) Update ¶
func (u *UpdateAudioController) Update(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.