Documentation ¶
Index ¶
- Constants
- Variables
- func DocsStatic(ctx *context.Context)
- func InitApp()
- func Page_not_found(rw http.ResponseWriter, r *http.Request)
- type AboutRouter
- type BlogRouter
- type CommunityRouter
- type DashboardRouter
- type DocsRouter
- type DonateRouter
- type HomeRouter
- type LaunchRouter
- type LoginRouter
- type PageRouter
- type ProductsRouter
- type QuickStartRouter
- type SamplesRouter
- type VideoRouter
Constants ¶
View Source
const ( Secret = "leC3E56ETF8o-RatYNrieyw_BEYbsnr605wt7PQzt31_t" ConsoleDomain = "http://localhost:8080" )
Variables ¶
View Source
var ( AppVer string IsPro bool )
View Source
var (
CompressConfPath = "conf/compress.json"
)
Functions ¶
func DocsStatic ¶
func Page_not_found ¶
func Page_not_found(rw http.ResponseWriter, r *http.Request)
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 DashboardRouter ¶
type DashboardRouter struct {
// contains filtered or unexported fields
}
DocsRouter serves about page.
func (*DashboardRouter) Get ¶
func (this *DashboardRouter) Get()
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 LaunchRouter ¶
type LaunchRouter struct {
// contains filtered or unexported fields
}
DocsRouter serves about page.
func (*LaunchRouter) Get ¶
func (this *LaunchRouter) Get()
type LoginRouter ¶
type LoginRouter struct {
// contains filtered or unexported fields
}
DocsRouter serves about page.
func (*LoginRouter) Get ¶
func (this *LoginRouter) Get()
func (*LoginRouter) Post ¶
func (this *LoginRouter) Post()
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.
Click to show internal directories.
Click to hide internal directories.