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 {
}
CreateAudioController - not implemented yet.
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 {
}
DeleteAudioController - not implemented yet.
func NewDeleteController ¶ added in v0.0.4
func NewDeleteController() *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 {
}
GetAudioController - not implemented yet.
func NewGetController ¶ added in v0.0.4
func NewGetController() *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 {
}
ListAudioController - not implemented yet.
func NewListController ¶ added in v0.0.4
func NewListController() *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 {
}
UpdateAudioController - not implemented yet.
func NewUpdateController ¶ added in v0.0.4
func NewUpdateController() *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.