Documentation
      ¶
    
    
  
    
  
    Overview ¶
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Package controller $PF_IGNORE$
Package controller $PF_IGNORE$
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Content managed by Project Forge, see [projectforge.md] for details.
Index ¶
- func About(rc *fasthttp.RequestCtx)
 - func Admin(rc *fasthttp.RequestCtx)
 - func AppRoutes() fasthttp.RequestHandler
 - func Docs(rc *fasthttp.RequestCtx)
 - func Doctor(rc *fasthttp.RequestCtx)
 - func DoctorMenu(i string, r string) *menu.Item
 - func DoctorRun(rc *fasthttp.RequestCtx)
 - func DoctorRunAll(rc *fasthttp.RequestCtx)
 - func Favicon(rc *fasthttp.RequestCtx)
 - func GitAction(rc *fasthttp.RequestCtx)
 - func GitActionAll(rc *fasthttp.RequestCtx)
 - func Healthcheck(rc *fasthttp.RequestCtx)
 - func Home(rc *fasthttp.RequestCtx)
 - func MenuFor(ctx context.Context, isAuthed bool, isAdmin bool, as *app.State) (menu.Items, error)
 - func ModuleDetail(rc *fasthttp.RequestCtx)
 - func ModuleFile(rc *fasthttp.RequestCtx)
 - func ModuleFileRoot(rc *fasthttp.RequestCtx)
 - func ModuleList(rc *fasthttp.RequestCtx)
 - func ModuleSearch(rc *fasthttp.RequestCtx)
 - func NotFound(rc *fasthttp.RequestCtx)
 - func Options(rc *fasthttp.RequestCtx)
 - func Profile(rc *fasthttp.RequestCtx)
 - func ProfileSave(rc *fasthttp.RequestCtx)
 - func ProfileSite(rc *fasthttp.RequestCtx)
 - func ProjectCreate(rc *fasthttp.RequestCtx)
 - func ProjectDetail(rc *fasthttp.RequestCtx)
 - func ProjectEdit(rc *fasthttp.RequestCtx)
 - func ProjectFile(rc *fasthttp.RequestCtx)
 - func ProjectFileRoot(rc *fasthttp.RequestCtx)
 - func ProjectFileStats(rc *fasthttp.RequestCtx)
 - func ProjectForm(rc *fasthttp.RequestCtx)
 - func ProjectList(rc *fasthttp.RequestCtx)
 - func ProjectSave(rc *fasthttp.RequestCtx)
 - func ProjectSearch(rc *fasthttp.RequestCtx)
 - func ProjectSearchAll(rc *fasthttp.RequestCtx)
 - func RobotsTxt(rc *fasthttp.RequestCtx)
 - func RunAction(rc *fasthttp.RequestCtx)
 - func RunAllActions(rc *fasthttp.RequestCtx)
 - func SVGAdd(rc *fasthttp.RequestCtx)
 - func SVGBuild(rc *fasthttp.RequestCtx)
 - func SVGDetail(rc *fasthttp.RequestCtx)
 - func SVGList(rc *fasthttp.RequestCtx)
 - func SVGRemove(rc *fasthttp.RequestCtx)
 - func SVGSetApp(rc *fasthttp.RequestCtx)
 - func Search(rc *fasthttp.RequestCtx)
 - func SetAppState(a *app.State)
 - func SetSiteState(a *app.State)
 - func Site(rc *fasthttp.RequestCtx)
 - func SiteRoutes() fasthttp.RequestHandler
 - func Static(rc *fasthttp.RequestCtx)
 - func TestList(rc *fasthttp.RequestCtx)
 - func TestRun(rc *fasthttp.RequestCtx)
 - func ThemeColor(rc *fasthttp.RequestCtx)
 - func ThemeEdit(rc *fasthttp.RequestCtx)
 - func ThemeList(rc *fasthttp.RequestCtx)
 - func ThemePalette(rc *fasthttp.RequestCtx)
 - func ThemePreview(rc *fasthttp.RequestCtx)
 - func ThemeSave(rc *fasthttp.RequestCtx)
 - func Unauthorized(rc *fasthttp.RequestCtx, reason string, accounts user.Accounts) func(as *app.State, ps *cutil.PageState) (string, error)
 - func Welcome(rc *fasthttp.RequestCtx)
 - func WelcomeResult(rc *fasthttp.RequestCtx)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func About ¶
func About(rc *fasthttp.RequestCtx)
func Admin ¶
func Admin(rc *fasthttp.RequestCtx)
func Docs ¶ added in v0.2.25
func Docs(rc *fasthttp.RequestCtx)
func Doctor ¶
func Doctor(rc *fasthttp.RequestCtx)
func DoctorRun ¶
func DoctorRun(rc *fasthttp.RequestCtx)
func DoctorRunAll ¶
func DoctorRunAll(rc *fasthttp.RequestCtx)
func Favicon ¶
func Favicon(rc *fasthttp.RequestCtx)
func GitAction ¶
func GitAction(rc *fasthttp.RequestCtx)
func GitActionAll ¶
func GitActionAll(rc *fasthttp.RequestCtx)
func Healthcheck ¶
func Healthcheck(rc *fasthttp.RequestCtx)
func Home ¶
func Home(rc *fasthttp.RequestCtx)
func ModuleDetail ¶
func ModuleDetail(rc *fasthttp.RequestCtx)
func ModuleFile ¶
func ModuleFile(rc *fasthttp.RequestCtx)
func ModuleFileRoot ¶
func ModuleFileRoot(rc *fasthttp.RequestCtx)
func ModuleList ¶
func ModuleList(rc *fasthttp.RequestCtx)
func ModuleSearch ¶
func ModuleSearch(rc *fasthttp.RequestCtx)
func NotFound ¶
func NotFound(rc *fasthttp.RequestCtx)
func Options ¶
func Options(rc *fasthttp.RequestCtx)
func Profile ¶
func Profile(rc *fasthttp.RequestCtx)
func ProfileSave ¶
func ProfileSave(rc *fasthttp.RequestCtx)
func ProfileSite ¶
func ProfileSite(rc *fasthttp.RequestCtx)
func ProjectCreate ¶
func ProjectCreate(rc *fasthttp.RequestCtx)
func ProjectDetail ¶
func ProjectDetail(rc *fasthttp.RequestCtx)
func ProjectEdit ¶
func ProjectEdit(rc *fasthttp.RequestCtx)
func ProjectFile ¶
func ProjectFile(rc *fasthttp.RequestCtx)
func ProjectFileRoot ¶
func ProjectFileRoot(rc *fasthttp.RequestCtx)
func ProjectFileStats ¶ added in v0.2.38
func ProjectFileStats(rc *fasthttp.RequestCtx)
func ProjectForm ¶
func ProjectForm(rc *fasthttp.RequestCtx)
func ProjectList ¶
func ProjectList(rc *fasthttp.RequestCtx)
func ProjectSave ¶
func ProjectSave(rc *fasthttp.RequestCtx)
func ProjectSearch ¶
func ProjectSearch(rc *fasthttp.RequestCtx)
func ProjectSearchAll ¶
func ProjectSearchAll(rc *fasthttp.RequestCtx)
func RobotsTxt ¶
func RobotsTxt(rc *fasthttp.RequestCtx)
func RunAction ¶
func RunAction(rc *fasthttp.RequestCtx)
func RunAllActions ¶
func RunAllActions(rc *fasthttp.RequestCtx)
func SVGAdd ¶
func SVGAdd(rc *fasthttp.RequestCtx)
func SVGBuild ¶
func SVGBuild(rc *fasthttp.RequestCtx)
func SVGDetail ¶
func SVGDetail(rc *fasthttp.RequestCtx)
func SVGList ¶
func SVGList(rc *fasthttp.RequestCtx)
func SVGRemove ¶
func SVGRemove(rc *fasthttp.RequestCtx)
func SVGSetApp ¶
func SVGSetApp(rc *fasthttp.RequestCtx)
func Search ¶
func Search(rc *fasthttp.RequestCtx)
func SetAppState ¶
func SetSiteState ¶
func Site ¶
func Site(rc *fasthttp.RequestCtx)
func SiteRoutes ¶
func SiteRoutes() fasthttp.RequestHandler
func Static ¶
func Static(rc *fasthttp.RequestCtx)
func TestList ¶
func TestList(rc *fasthttp.RequestCtx)
func TestRun ¶
func TestRun(rc *fasthttp.RequestCtx)
func ThemeColor ¶
func ThemeColor(rc *fasthttp.RequestCtx)
func ThemeEdit ¶
func ThemeEdit(rc *fasthttp.RequestCtx)
func ThemeList ¶
func ThemeList(rc *fasthttp.RequestCtx)
func ThemePalette ¶
func ThemePalette(rc *fasthttp.RequestCtx)
func ThemePreview ¶
func ThemePreview(rc *fasthttp.RequestCtx)
func ThemeSave ¶
func ThemeSave(rc *fasthttp.RequestCtx)
func Unauthorized ¶
func Welcome ¶
func Welcome(rc *fasthttp.RequestCtx)
func WelcomeResult ¶
func WelcomeResult(rc *fasthttp.RequestCtx)
Types ¶
This section is empty.
      
      Source Files
      ¶
    
- about.go
 - act.go
 - admin.go
 - common.go
 - docs.go
 - doctor.go
 - git.go
 - gitall.go
 - healthcheck.go
 - home.go
 - init.go
 - menu.go
 - menuhelper.go
 - module.go
 - modulefile.go
 - modulesearch.go
 - profile.go
 - project.go
 - projectfile.go
 - projectsearch.go
 - projectutil.go
 - routes.go
 - run.go
 - rundeps.go
 - search.go
 - session.go
 - site.go
 - state.go
 - static.go
 - svg.go
 - test.go
 - theme.go
 - themepreview.go
 - util.go
 - welcome.go