admin

package
v0.0.0-...-115e584 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2021 License: Apache-2.0, GPL-3.0, GPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArticleController

type ArticleController struct {
	Ctx iris.Context
}

func (*ArticleController) AnyList

func (c *ArticleController) AnyList() *simple.JsonResult

func (*ArticleController) GetBy

func (c *ArticleController) GetBy(id int64) *simple.JsonResult

func (*ArticleController) GetRecent

func (c *ArticleController) GetRecent() *simple.JsonResult

GetRecent 展示最近一页数据

func (*ArticleController) GetSitemap

func (c *ArticleController) GetSitemap() *simple.JsonResult

func (*ArticleController) GetTags

func (c *ArticleController) GetTags() *simple.JsonResult

func (*ArticleController) PostDelete

func (c *ArticleController) PostDelete() *simple.JsonResult

func (*ArticleController) PostPending

func (c *ArticleController) PostPending() *simple.JsonResult

func (*ArticleController) PostUpdate

func (c *ArticleController) PostUpdate() *simple.JsonResult

func (*ArticleController) PutTags

func (c *ArticleController) PutTags() *simple.JsonResult

type ArticleTagController

type ArticleTagController struct {
	Ctx iris.Context
}

func (*ArticleTagController) AnyList

func (c *ArticleTagController) AnyList() *simple.JsonResult

func (*ArticleTagController) GetBy

func (*ArticleTagController) PostCreate

func (c *ArticleTagController) PostCreate() *simple.JsonResult

func (*ArticleTagController) PostUpdate

func (c *ArticleTagController) PostUpdate() *simple.JsonResult

type CheckInController

type CheckInController struct {
	Ctx iris.Context
}

func (*CheckInController) AnyList

func (c *CheckInController) AnyList() *simple.JsonResult

func (*CheckInController) GetBy

func (c *CheckInController) GetBy(id int64) *simple.JsonResult

func (*CheckInController) PostCreate

func (c *CheckInController) PostCreate() *simple.JsonResult

func (*CheckInController) PostUpdate

func (c *CheckInController) PostUpdate() *simple.JsonResult

type CommentController

type CommentController struct {
	Ctx iris.Context
}

func (*CommentController) AnyList

func (c *CommentController) AnyList() *simple.JsonResult

func (*CommentController) GetBy

func (c *CommentController) GetBy(id int64) *simple.JsonResult

func (*CommentController) PostDeleteBy

func (c *CommentController) PostDeleteBy(id int64) *simple.JsonResult

type CommonController

type CommonController struct {
	Ctx iris.Context
}

func (*CommonController) GetSysteminfo

func (c *CommonController) GetSysteminfo() *simple.JsonResult

type EmailCodeController

type EmailCodeController struct {
	Ctx iris.Context
}

func (*EmailCodeController) AnyList

func (c *EmailCodeController) AnyList() *simple.JsonResult

func (*EmailCodeController) GetBy

func (*EmailCodeController) PostCreate

func (c *EmailCodeController) PostCreate() *simple.JsonResult

func (*EmailCodeController) PostUpdate

func (c *EmailCodeController) PostUpdate() *simple.JsonResult

type FavoriteController

type FavoriteController struct {
	Ctx iris.Context
}

func (*FavoriteController) AnyList

func (c *FavoriteController) AnyList() *simple.JsonResult

func (*FavoriteController) GetBy

func (c *FavoriteController) GetBy(id int64) *simple.JsonResult

func (*FavoriteController) PostCreate

func (c *FavoriteController) PostCreate() *simple.JsonResult

func (*FavoriteController) PostUpdate

func (c *FavoriteController) PostUpdate() *simple.JsonResult

type LinkController

type LinkController struct {
	Ctx iris.Context
}

func (*LinkController) AnyList

func (c *LinkController) AnyList() *simple.JsonResult

func (*LinkController) GetBy

func (c *LinkController) GetBy(id int64) *simple.JsonResult

func (*LinkController) GetDetect

func (c *LinkController) GetDetect() *simple.JsonResult

func (*LinkController) PostCreate

func (c *LinkController) PostCreate() *simple.JsonResult

func (*LinkController) PostUpdate

func (c *LinkController) PostUpdate() *simple.JsonResult

type MessageController

type MessageController struct {
	Ctx iris.Context
}

func (*MessageController) AnyList

func (c *MessageController) AnyList() *simple.JsonResult

func (*MessageController) GetBy

func (c *MessageController) GetBy(id int64) *simple.JsonResult

func (*MessageController) PostCreate

func (c *MessageController) PostCreate() *simple.JsonResult

func (*MessageController) PostUpdate

func (c *MessageController) PostUpdate() *simple.JsonResult

type OperateLogController

type OperateLogController struct {
	Ctx iris.Context
}

func (*OperateLogController) AnyList

func (c *OperateLogController) AnyList() *simple.JsonResult

func (*OperateLogController) GetBy

type ProjectController

type ProjectController struct {
	Ctx iris.Context
}

func (*ProjectController) AnyList

func (c *ProjectController) AnyList() *simple.JsonResult

func (*ProjectController) GetBy

func (c *ProjectController) GetBy(id int64) *simple.JsonResult

func (*ProjectController) PostCreate

func (c *ProjectController) PostCreate() *simple.JsonResult

func (*ProjectController) PostUpdate

func (c *ProjectController) PostUpdate() *simple.JsonResult

type SysConfigController

type SysConfigController struct {
	Ctx iris.Context
}

func (*SysConfigController) AnyList

func (c *SysConfigController) AnyList() *simple.JsonResult

func (*SysConfigController) GetAll

func (c *SysConfigController) GetAll() *simple.JsonResult

func (*SysConfigController) GetBy

func (*SysConfigController) PostSave

func (c *SysConfigController) PostSave() *simple.JsonResult

type TagController

type TagController struct {
	Ctx iris.Context
}

func (*TagController) AnyList

func (c *TagController) AnyList() *simple.JsonResult

func (*TagController) GetAutocomplete

func (c *TagController) GetAutocomplete() *simple.JsonResult

自动完成

func (*TagController) GetBy

func (c *TagController) GetBy(id int64) *simple.JsonResult

func (*TagController) GetTags

func (c *TagController) GetTags() *simple.JsonResult

根据标签编号批量获取

func (*TagController) PostCreate

func (c *TagController) PostCreate() *simple.JsonResult

func (*TagController) PostUpdate

func (c *TagController) PostUpdate() *simple.JsonResult

type ThirdAccountController

type ThirdAccountController struct {
	Ctx iris.Context
}

func (*ThirdAccountController) AnyList

func (*ThirdAccountController) GetBy

func (*ThirdAccountController) PostCreate

func (c *ThirdAccountController) PostCreate() *simple.JsonResult

func (*ThirdAccountController) PostUpdate

func (c *ThirdAccountController) PostUpdate() *simple.JsonResult

type TopicController

type TopicController struct {
	Ctx iris.Context
}

func (*TopicController) AnyList

func (c *TopicController) AnyList() *simple.JsonResult

func (*TopicController) DeleteRecommend

func (c *TopicController) DeleteRecommend() *simple.JsonResult

取消推荐

func (*TopicController) GetBy

func (c *TopicController) GetBy(id int64) *simple.JsonResult

func (*TopicController) PostDelete

func (c *TopicController) PostDelete() *simple.JsonResult

func (*TopicController) PostRecommend

func (c *TopicController) PostRecommend() *simple.JsonResult

推荐

func (*TopicController) PostUndelete

func (c *TopicController) PostUndelete() *simple.JsonResult

type TopicNodeController

type TopicNodeController struct {
	Ctx iris.Context
}

func (*TopicNodeController) AnyList

func (c *TopicNodeController) AnyList() *simple.JsonResult

func (*TopicNodeController) GetBy

func (*TopicNodeController) GetNodes

func (c *TopicNodeController) GetNodes() *simple.JsonResult

func (*TopicNodeController) PostCreate

func (c *TopicNodeController) PostCreate() *simple.JsonResult

func (*TopicNodeController) PostUpdate

func (c *TopicNodeController) PostUpdate() *simple.JsonResult

type TopicTagController

type TopicTagController struct {
	Ctx iris.Context
}

func (*TopicTagController) AnyList

func (c *TopicTagController) AnyList() *simple.JsonResult

func (*TopicTagController) GetBy

func (c *TopicTagController) GetBy(id int64) *simple.JsonResult

func (*TopicTagController) PostCreate

func (c *TopicTagController) PostCreate() *simple.JsonResult

func (*TopicTagController) PostUpdate

func (c *TopicTagController) PostUpdate() *simple.JsonResult

type UserController

type UserController struct {
	Ctx iris.Context
}

func (*UserController) AnyList

func (c *UserController) AnyList() *simple.JsonResult

func (*UserController) GetBy

func (c *UserController) GetBy(id int64) *simple.JsonResult

func (*UserController) GetSynccount

func (c *UserController) GetSynccount() *simple.JsonResult

func (*UserController) PostCreate

func (c *UserController) PostCreate() *simple.JsonResult

func (*UserController) PostForbidden

func (c *UserController) PostForbidden() *simple.JsonResult

禁言

func (*UserController) PostUpdate

func (c *UserController) PostUpdate() *simple.JsonResult

type UserScoreLogController

type UserScoreLogController struct {
	Ctx iris.Context
}

func (*UserScoreLogController) AnyList

func (*UserScoreLogController) GetBy

type UserTokenController

type UserTokenController struct {
	Ctx iris.Context
}

func (*UserTokenController) AnyList

func (c *UserTokenController) AnyList() *simple.JsonResult

func (*UserTokenController) GetBy

Jump to

Keyboard shortcuts

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