admin

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2019 License: GPL-3.0 Imports: 12 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 (this *ArticleController) AnyList() *simple.JsonResult

func (*ArticleController) GetBy

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

func (*ArticleController) PostCollect

func (this *ArticleController) PostCollect() *simple.JsonResult

func (*ArticleController) PostCreate

func (this *ArticleController) PostCreate() *simple.JsonResult

func (*ArticleController) PostDelete

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

func (*ArticleController) PostUpdate

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

type ArticleTagController

type ArticleTagController struct {
	Ctx iris.Context
}

func (*ArticleTagController) AnyList

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

func (*ArticleTagController) GetBy

func (this *ArticleTagController) GetBy(id int64) *simple.JsonResult

func (*ArticleTagController) PostCreate

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

func (*ArticleTagController) PostUpdate

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

type CategoryController

type CategoryController struct {
	Ctx iris.Context
}

func (*CategoryController) AnyList

func (this *CategoryController) AnyList() *simple.JsonResult

func (*CategoryController) AnyOptions

func (this *CategoryController) AnyOptions() *simple.JsonResult

options选项

func (*CategoryController) GetBy

func (this *CategoryController) GetBy(id int64) *simple.JsonResult

func (*CategoryController) PostCreate

func (this *CategoryController) PostCreate() *simple.JsonResult

func (*CategoryController) PostUpdate

func (this *CategoryController) PostUpdate() *simple.JsonResult

type CommentController

type CommentController struct {
	Ctx iris.Context
}

func (*CommentController) AnyList

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

func (*CommentController) GetBy

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

func (*CommentController) PostCreate

func (this *CommentController) PostCreate() *simple.JsonResult

func (*CommentController) PostUpdate

func (this *CommentController) PostUpdate() *simple.JsonResult

type FavoriteController

type FavoriteController struct {
	Ctx iris.Context
}

func (*FavoriteController) AnyList

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

func (*FavoriteController) GetBy

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

func (*FavoriteController) PostCreate

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

func (*FavoriteController) PostUpdate

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

type GithubUserController

type GithubUserController struct {
	Ctx iris.Context
}

func (*GithubUserController) AnyList

func (this *GithubUserController) AnyList() *simple.JsonResult

func (*GithubUserController) GetBy

func (this *GithubUserController) GetBy(id int64) *simple.JsonResult

func (*GithubUserController) PostCreate

func (this *GithubUserController) PostCreate() *simple.JsonResult

func (*GithubUserController) PostUpdate

func (this *GithubUserController) PostUpdate() *simple.JsonResult

type MessageController

type MessageController struct {
	Ctx iris.Context
}

func (*MessageController) AnyList

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

func (*MessageController) GetBy

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

func (*MessageController) PostCreate

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

func (*MessageController) PostUpdate

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

type ProjectController added in v1.0.5

type ProjectController struct {
	Ctx iris.Context
}

func (*ProjectController) AnyList added in v1.0.5

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

func (*ProjectController) GetBy added in v1.0.5

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

func (*ProjectController) PostCreate added in v1.0.5

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

func (*ProjectController) PostUpdate added in v1.0.5

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

type SysConfigController added in v1.0.4

type SysConfigController struct {
	Ctx iris.Context
}

func (*SysConfigController) AnyList added in v1.0.4

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

func (*SysConfigController) GetAll added in v1.0.4

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

func (*SysConfigController) GetBy added in v1.0.4

func (this *SysConfigController) GetBy(id int64) *simple.JsonResult

func (*SysConfigController) PostSave added in v1.0.4

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

type TagController

type TagController struct {
	Ctx iris.Context
}

func (*TagController) AnyList

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

func (*TagController) AnyListAll

func (this *TagController) AnyListAll() *simple.JsonResult

func (*TagController) GetBy

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

func (*TagController) GetCascader

func (this *TagController) GetCascader() *simple.JsonResult

标签数据级联选择器

func (*TagController) PostCreate

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

func (*TagController) PostUpdate

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

type TopicController

type TopicController struct {
	Ctx iris.Context
}

func (*TopicController) AnyList

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

func (*TopicController) GetBy

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

func (*TopicController) PostCreate

func (this *TopicController) PostCreate() *simple.JsonResult

func (*TopicController) PostDelete added in v1.0.4

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

func (*TopicController) PostUpdate

func (this *TopicController) PostUpdate() *simple.JsonResult

type TopicTagController

type TopicTagController struct {
	Ctx iris.Context
}

func (*TopicTagController) AnyList

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

func (*TopicTagController) GetBy

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

func (*TopicTagController) PostCreate

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

func (*TopicTagController) PostUpdate

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

type UserController

type UserController struct {
	Ctx iris.Context
}

func (*UserController) AnyList

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

func (*UserController) GetBy

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

func (*UserController) PostCreate

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

func (*UserController) PostUpdate

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

type UserTokenController added in v1.0.5

type UserTokenController struct {
	Ctx iris.Context
}

func (*UserTokenController) AnyList added in v1.0.5

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

func (*UserTokenController) GetBy added in v1.0.5

func (this *UserTokenController) GetBy(id int64) *simple.JsonResult

Jump to

Keyboard shortcuts

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