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.
Content managed by Project Forge, see [projectforge.md] for details.
Index ¶
- func About(rc *fasthttp.RequestCtx)
- func ActionEdit(rc *fasthttp.RequestCtx)
- func ActionOrdering(rc *fasthttp.RequestCtx)
- func ActionSave(rc *fasthttp.RequestCtx)
- func Admin(rc *fasthttp.RequestCtx)
- func AppRoutes() fasthttp.RequestHandler
- func AuthCallback(rc *fasthttp.RequestCtx)
- func AuthDetail(rc *fasthttp.RequestCtx)
- func AuthLogout(rc *fasthttp.RequestCtx)
- func Favicon(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 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 ProjectDelete(rc *fasthttp.RequestCtx)
- func ProjectDetail(rc *fasthttp.RequestCtx)
- func ProjectEdit(rc *fasthttp.RequestCtx)
- func ProjectInsert(rc *fasthttp.RequestCtx)
- func ProjectList(rc *fasthttp.RequestCtx)
- func ProjectNew(rc *fasthttp.RequestCtx)
- func ProjectSave(rc *fasthttp.RequestCtx)
- func ProjectTest(rc *fasthttp.RequestCtx)
- func RCRequiredBool(rc *fasthttp.RequestCtx, key string) (bool, error)
- func RCRequiredInt(rc *fasthttp.RequestCtx, key string) (int, error)
- func RCRequiredString(rc *fasthttp.RequestCtx, key string, allowEmpty bool) (string, error)
- func RCRequiredUUID(rc *fasthttp.RequestCtx, key string) (*uuid.UUID, error)
- func Refresh(rc *fasthttp.RequestCtx)
- func RobotsTxt(rc *fasthttp.RequestCtx)
- func SandboxList(rc *fasthttp.RequestCtx)
- func SandboxRun(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 SourceDelete(rc *fasthttp.RequestCtx)
- func SourceDetail(rc *fasthttp.RequestCtx)
- func SourceEdit(rc *fasthttp.RequestCtx)
- func SourceExample(rc *fasthttp.RequestCtx)
- func SourceHack(rc *fasthttp.RequestCtx)
- func SourceInsert(rc *fasthttp.RequestCtx)
- func SourceList(rc *fasthttp.RequestCtx)
- func SourceModelDetail(rc *fasthttp.RequestCtx)
- func SourceModelSave(rc *fasthttp.RequestCtx)
- func SourceNew(rc *fasthttp.RequestCtx)
- func SourceRefresh(rc *fasthttp.RequestCtx)
- func SourceSave(rc *fasthttp.RequestCtx)
- func Static(rc *fasthttp.RequestCtx)
- func ThemeEdit(rc *fasthttp.RequestCtx)
- func ThemeList(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 WorkspaceProject(rc *fasthttp.RequestCtx)
- func WorkspaceSource(rc *fasthttp.RequestCtx)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func About ¶
func About(rc *fasthttp.RequestCtx)
func ActionEdit ¶
func ActionEdit(rc *fasthttp.RequestCtx)
func ActionOrdering ¶
func ActionOrdering(rc *fasthttp.RequestCtx)
func ActionSave ¶
func ActionSave(rc *fasthttp.RequestCtx)
func Admin ¶
func Admin(rc *fasthttp.RequestCtx)
func AuthCallback ¶
func AuthCallback(rc *fasthttp.RequestCtx)
func AuthDetail ¶
func AuthDetail(rc *fasthttp.RequestCtx)
func AuthLogout ¶
func AuthLogout(rc *fasthttp.RequestCtx)
func Favicon ¶
func Favicon(rc *fasthttp.RequestCtx)
func Healthcheck ¶
func Healthcheck(rc *fasthttp.RequestCtx)
func Home ¶
func Home(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 ProjectDelete ¶
func ProjectDelete(rc *fasthttp.RequestCtx)
func ProjectDetail ¶
func ProjectDetail(rc *fasthttp.RequestCtx)
func ProjectEdit ¶
func ProjectEdit(rc *fasthttp.RequestCtx)
func ProjectInsert ¶
func ProjectInsert(rc *fasthttp.RequestCtx)
func ProjectList ¶
func ProjectList(rc *fasthttp.RequestCtx)
func ProjectNew ¶
func ProjectNew(rc *fasthttp.RequestCtx)
func ProjectSave ¶
func ProjectSave(rc *fasthttp.RequestCtx)
func ProjectTest ¶
func ProjectTest(rc *fasthttp.RequestCtx)
func RCRequiredBool ¶
func RCRequiredBool(rc *fasthttp.RequestCtx, key string) (bool, error)
func RCRequiredInt ¶
func RCRequiredInt(rc *fasthttp.RequestCtx, key string) (int, error)
func RCRequiredString ¶
func RCRequiredUUID ¶
func Refresh ¶
func Refresh(rc *fasthttp.RequestCtx)
func RobotsTxt ¶
func RobotsTxt(rc *fasthttp.RequestCtx)
func SandboxList ¶
func SandboxList(rc *fasthttp.RequestCtx)
func SandboxRun ¶
func SandboxRun(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 SourceDelete ¶
func SourceDelete(rc *fasthttp.RequestCtx)
func SourceDetail ¶
func SourceDetail(rc *fasthttp.RequestCtx)
func SourceEdit ¶
func SourceEdit(rc *fasthttp.RequestCtx)
func SourceExample ¶
func SourceExample(rc *fasthttp.RequestCtx)
func SourceHack ¶
func SourceHack(rc *fasthttp.RequestCtx)
func SourceInsert ¶
func SourceInsert(rc *fasthttp.RequestCtx)
func SourceList ¶
func SourceList(rc *fasthttp.RequestCtx)
func SourceModelDetail ¶
func SourceModelDetail(rc *fasthttp.RequestCtx)
func SourceModelSave ¶
func SourceModelSave(rc *fasthttp.RequestCtx)
func SourceNew ¶
func SourceNew(rc *fasthttp.RequestCtx)
func SourceRefresh ¶
func SourceRefresh(rc *fasthttp.RequestCtx)
func SourceSave ¶
func SourceSave(rc *fasthttp.RequestCtx)
func Static ¶
func Static(rc *fasthttp.RequestCtx)
func ThemeEdit ¶
func ThemeEdit(rc *fasthttp.RequestCtx)
func ThemeList ¶
func ThemeList(rc *fasthttp.RequestCtx)
func ThemeSave ¶
func ThemeSave(rc *fasthttp.RequestCtx)
func Unauthorized ¶
func WorkspaceProject ¶
func WorkspaceProject(rc *fasthttp.RequestCtx)
func WorkspaceSource ¶
func WorkspaceSource(rc *fasthttp.RequestCtx)
Types ¶
This section is empty.
Source Files
¶
- about.go
- act.go
- action.go
- actionordering.go
- actionsave.go
- admin.go
- auth.go
- common.go
- healthcheck.go
- home.go
- init.go
- menu.go
- profile.go
- project.go
- projectedit.go
- routes.go
- sandbox.go
- search.go
- session.go
- site.go
- source.go
- sourceedit.go
- sourcemodel.go
- state.go
- static.go
- theme.go
- util.go
- wsproject.go
- wssource.go