Documentation ¶
Overview ¶
Package routers implemented controller methods of beego.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( AppVer string IsPro bool )
View Source
var (
CompressConfPath = "conf/compress.json"
)
Functions ¶
func DocsStatic ¶
Types ¶
type AboutRouter ¶
type AboutRouter struct {
// contains filtered or unexported fields
}
func (*AboutRouter) Get ¶
func (this *AboutRouter) Get()
type BlogRouter ¶
type BlogRouter struct {
// contains filtered or unexported fields
}
BlogRouter serves about page.
type CommunityRouter ¶
type CommunityRouter struct {
// contains filtered or unexported fields
}
CommunityRouter serves community page.
func (*CommunityRouter) Get ¶
func (this *CommunityRouter) Get()
Get implemented Get method for CommunityRouter.
type DocsRouter ¶
type DocsRouter struct {
// contains filtered or unexported fields
}
DocsRouter serves about page.
type DonateRouter ¶
type DonateRouter struct {
// contains filtered or unexported fields
}
DonateRouter serves Donate page.
func (*DonateRouter) Get ¶
func (this *DonateRouter) Get()
Get implemented Get method for DonateRouter.
type HomeRouter ¶
type HomeRouter struct {
// contains filtered or unexported fields
}
HomeRouter serves home page.
type PageRouter ¶
type PageRouter struct {
// contains filtered or unexported fields
}
func (*PageRouter) Get ¶
func (this *PageRouter) Get()
type ProductsRouter ¶
type ProductsRouter struct {
// contains filtered or unexported fields
}
func (*ProductsRouter) Get ¶
func (this *ProductsRouter) Get()
type QuickStartRouter ¶
type QuickStartRouter struct {
// contains filtered or unexported fields
}
QuickStartRouter serves about page.
func (*QuickStartRouter) Get ¶
func (this *QuickStartRouter) Get()
Get implemented Get method for QuickStartRouter.
type SamplesRouter ¶
type SamplesRouter struct {
// contains filtered or unexported fields
}
SamplesRouter serves about page.
func (*SamplesRouter) Get ¶
func (this *SamplesRouter) Get()
Get implemented Get method for SamplesRouter.
type VideoRouter ¶
type VideoRouter struct {
// contains filtered or unexported fields
}
HomeRouter serves home page.
func (*VideoRouter) Get ¶
func (this *VideoRouter) Get()
Get implemented Get method for VideoRouter.
Source Files ¶
- RBACRouter.go
- blog.go
- commentsRouter________________data_boyosoft_goBillProcess_src_vendor_github_com_cpfc_dp_rbac.go
- commentsRouter_github_com_cpfc_dp_controllers.go
- commentsRouter_rbac.go
- commentsRouter_vendor_github_com_cpfc_dp_controllers.go
- commentsRouter_vendor_github_com_cpfc_dp_rbac.go
- community.go
- docs.go
- donate.go
- home.go
- init.go
- page.go
- products.go
- quickstart.go
- router.go
- samples.go
- video.go
Click to show internal directories.
Click to hide internal directories.