Documentation ¶
Index ¶
- type AuxiliaryRouter
- func (this *AuxiliaryRouter) About()
- func (this *AuxiliaryRouter) Contact()
- func (this *AuxiliaryRouter) Err401()
- func (this *AuxiliaryRouter) Err403()
- func (this *AuxiliaryRouter) Err404()
- func (this *AuxiliaryRouter) Err500()
- func (this *AuxiliaryRouter) Err503()
- func (this *AuxiliaryRouter) FAQ()
- type ForwarderRouter
- type PostListRouter
- type PostRouter
- type SearchRouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuxiliaryRouter ¶
type AuxiliaryRouter struct {
base.BaseRouter
}
HomeRouter serves home page.
func (*AuxiliaryRouter) About ¶
func (this *AuxiliaryRouter) About()
func (*AuxiliaryRouter) Contact ¶
func (this *AuxiliaryRouter) Contact()
func (*AuxiliaryRouter) Err401 ¶
func (this *AuxiliaryRouter) Err401()
func (*AuxiliaryRouter) Err403 ¶
func (this *AuxiliaryRouter) Err403()
func (*AuxiliaryRouter) Err404 ¶
func (this *AuxiliaryRouter) Err404()
func (*AuxiliaryRouter) Err500 ¶
func (this *AuxiliaryRouter) Err500()
func (*AuxiliaryRouter) Err503 ¶
func (this *AuxiliaryRouter) Err503()
func (*AuxiliaryRouter) FAQ ¶
func (this *AuxiliaryRouter) FAQ()
type ForwarderRouter ¶
type ForwarderRouter struct {
base.BaseRouter
}
func (*ForwarderRouter) TaobaoItem ¶
func (this *ForwarderRouter) TaobaoItem()
type PostListRouter ¶
type PostListRouter struct {
base.BaseRouter
}
HomeRouter serves home page.
func (*PostListRouter) Category ¶
func (this *PostListRouter) Category()
Get implemented Get method for HomeRouter.
func (*PostListRouter) Home ¶
func (this *PostListRouter) Home()
Get implemented Get method for HomeRouter.
func (*PostListRouter) Navs ¶
func (this *PostListRouter) Navs()
Get implemented Get method for HomeRouter.
func (*PostListRouter) ORCA ¶
func (this *PostListRouter) ORCA()
func (*PostListRouter) Topic ¶
func (this *PostListRouter) Topic()
Get implemented Get method for HomeRouter.
func (*PostListRouter) TopicSubmit ¶
func (this *PostListRouter) TopicSubmit()
Get implemented Get method for HomeRouter.
type PostRouter ¶
type PostRouter struct {
base.BaseRouter
}
func (*PostRouter) Append ¶
func (this *PostRouter) Append()
func (*PostRouter) AppendSubmit ¶
func (this *PostRouter) AppendSubmit()
func (*PostRouter) Edit ¶
func (this *PostRouter) Edit()
func (*PostRouter) EditSubmit ¶
func (this *PostRouter) EditSubmit()
func (*PostRouter) New ¶
func (this *PostRouter) New()
func (*PostRouter) NewSubmit ¶
func (this *PostRouter) NewSubmit()
func (*PostRouter) Single ¶
func (this *PostRouter) Single()
func (*PostRouter) SingleSubmit ¶
func (this *PostRouter) SingleSubmit()
type SearchRouter ¶
type SearchRouter struct {
base.BaseRouter
}
func (*SearchRouter) Get ¶
func (this *SearchRouter) Get()
Click to show internal directories.
Click to hide internal directories.