Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleApi ¶
type ArticleApi struct { }
func (*ArticleApi) Add ¶
func (this *ArticleApi) Add(c *gin.Context)
func (*ArticleApi) Delete ¶
func (this *ArticleApi) Delete(c *gin.Context)
func (*ArticleApi) Edit ¶
func (this *ArticleApi) Edit(c *gin.Context)
func (*ArticleApi) Get ¶
func (this *ArticleApi) Get(c *gin.Context)
func (*ArticleApi) Select ¶
func (this *ArticleApi) Select(c *gin.Context)
type ArticleTypeApi ¶
type ArticleTypeApi struct { }
func (*ArticleTypeApi) Add ¶
func (this *ArticleTypeApi) Add(c *gin.Context)
func (*ArticleTypeApi) Delete ¶
func (this *ArticleTypeApi) Delete(c *gin.Context)
func (*ArticleTypeApi) Edit ¶
func (this *ArticleTypeApi) Edit(c *gin.Context)
func (*ArticleTypeApi) Get ¶
func (this *ArticleTypeApi) Get(c *gin.Context)
func (*ArticleTypeApi) Select ¶
func (this *ArticleTypeApi) Select(c *gin.Context)
type TranslateApi ¶
type TranslateApi struct { }
func (*TranslateApi) TitleToUrl ¶
func (this *TranslateApi) TitleToUrl(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.