Documentation ¶
Index ¶
- type ArticleController
- func (this *ArticleController) AnyList() *simple.JsonResult
- func (this *ArticleController) GetBy(id int64) *simple.JsonResult
- func (this *ArticleController) PostCollect() *simple.JsonResult
- func (this *ArticleController) PostCreate() *simple.JsonResult
- func (this *ArticleController) PostDelete() *simple.JsonResult
- func (this *ArticleController) PostUpdate() *simple.JsonResult
- type ArticleTagController
- type CategoryController
- func (this *CategoryController) AnyList() *simple.JsonResult
- func (this *CategoryController) AnyOptions() *simple.JsonResult
- func (this *CategoryController) GetBy(id int64) *simple.JsonResult
- func (this *CategoryController) PostCreate() *simple.JsonResult
- func (this *CategoryController) PostUpdate() *simple.JsonResult
- type CommentController
- type FavoriteController
- type GithubUserController
- type MessageController
- type ProjectController
- type SysConfigController
- type TagController
- func (this *TagController) AnyList() *simple.JsonResult
- func (this *TagController) AnyListAll() *simple.JsonResult
- func (this *TagController) GetBy(id int64) *simple.JsonResult
- func (this *TagController) GetCascader() *simple.JsonResult
- func (this *TagController) PostCreate() *simple.JsonResult
- func (this *TagController) PostUpdate() *simple.JsonResult
- type TopicController
- func (this *TopicController) AnyList() *simple.JsonResult
- func (this *TopicController) GetBy(id int64) *simple.JsonResult
- func (this *TopicController) PostCreate() *simple.JsonResult
- func (this *TopicController) PostDelete() *simple.JsonResult
- func (this *TopicController) PostUpdate() *simple.JsonResult
- type TopicTagController
- type UserController
- type UserTokenController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleController ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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
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
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 ¶
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 ¶
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 ¶
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 ¶
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
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
Source Files ¶
- article_controller.go
- article_tag_controller.go
- category_controller.go
- comment_controller.go
- favorite_controller.go
- github_user_controller.go
- message_controller.go
- project_controller.go
- sys_config_controller.go
- tag_controller.go
- topic_controller.go
- topic_tag_controller.go
- user_controller.go
- user_token_controller.go
Click to show internal directories.
Click to hide internal directories.