Documentation
¶
Index ¶
- type CategoryController
- type LoginController
- type MainController
- type ReplyController
- type TopicController
- func (this *TopicController) Add()
- func (this *TopicController) Delete()
- func (this *TopicController) Get()
- func (this *TopicController) Modify()
- func (this *TopicController) Post()
- func (this *TopicController) Prepare()
- func (this *TopicController) SetLang(lang string)
- func (this *TopicController) View()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryController ¶
type CategoryController struct {
// contains filtered or unexported fields
}
func (*CategoryController) Get ¶
func (this *CategoryController) Get()
type LoginController ¶
type LoginController struct {
// contains filtered or unexported fields
}
func (*LoginController) Get ¶
func (this *LoginController) Get()
func (*LoginController) Post ¶
func (this *LoginController) Post()
type MainController ¶
type MainController struct {
// contains filtered or unexported fields
}
func (*MainController) Get ¶
func (this *MainController) Get()
type ReplyController ¶
type ReplyController struct {
// contains filtered or unexported fields
}
func (*ReplyController) Add ¶
func (this *ReplyController) Add()
func (*ReplyController) Delete ¶
func (this *ReplyController) Delete()
type TopicController ¶
type TopicController struct {
// contains filtered or unexported fields
}
func (*TopicController) Add ¶
func (this *TopicController) Add()
func (*TopicController) Delete ¶
func (this *TopicController) Delete()
func (*TopicController) Get ¶
func (this *TopicController) Get()
func (*TopicController) Modify ¶
func (this *TopicController) Modify()
func (*TopicController) Post ¶
func (this *TopicController) Post()
func (*TopicController) View ¶
func (this *TopicController) View()
Click to show internal directories.
Click to hide internal directories.