Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStarredController ¶
type AppStarredController struct {
base.APIController
}
func (*AppStarredController) Create ¶
func (c *AppStarredController) Create()
@Title Create @Description create AppStarred @Param body body models.AppStarred true "The app content" @Success 200 return id success @Failure 403 body is empty @router / [post]
func (*AppStarredController) Delete ¶
func (c *AppStarredController) Delete()
@Title Delete by AppId @Description delete the AppStarred @Param name path string true "The appId you want to delete" @Success 200 {string} delete success! @Failure 403 appId is empty @router /:appId [delete]
func (*AppStarredController) Prepare ¶
func (c *AppStarredController) Prepare()
func (*AppStarredController) URLMapping ¶
func (c *AppStarredController) URLMapping()
Click to show internal directories.
Click to hide internal directories.