Documentation
¶
Index ¶
- func ModSetFsDel(c fiber.Ctx) error
- func ModSetFsGet(c fiber.Ctx) error
- func ModSetFsList(c fiber.Ctx) error
- func ModSetFsPut(c fiber.Ctx) error
- func ModSetFsRename(c fiber.Ctx) error
- func ModSetFsTplList(c fiber.Ctx) error
- func ModSetSpecActionDel(c fiber.Ctx) error
- func ModSetSpecActionSet(c fiber.Ctx) error
- func ModSetSpecEntry(c fiber.Ctx) error
- func ModSetSpecInfoSet(c fiber.Ctx) error
- func ModSetSpecLangList(c fiber.Ctx) error
- func ModSetSpecList(c fiber.Ctx) error
- func ModSetSpecNodeSet(c fiber.Ctx) error
- func ModSetSpecRouteDel(c fiber.Ctx) error
- func ModSetSpecRouteSet(c fiber.Ctx) error
- func ModSetSpecTermSet(c fiber.Ctx) error
- func ModSetSpecUploadCommit(c fiber.Ctx) error
- func NodeDel(c fiber.Ctx) error
- func NodeEntry(c fiber.Ctx) error
- func NodeList(c fiber.Ctx) error
- func NodeModelEntry(c fiber.Ctx) error
- func NodeSet(c fiber.Ctx) error
- func Register(router fiber.Router)
- func S2ObjDel(c fiber.Ctx) error
- func S2ObjList(c fiber.Ctx) error
- func S2ObjPut(c fiber.Ctx) error
- func S2ObjRename(c fiber.Ctx) error
- func SysConfigList(c fiber.Ctx) error
- func SysConfigSet(c fiber.Ctx) error
- func SysIamStatus(c fiber.Ctx) error
- func SysIamSync(c fiber.Ctx) error
- func SysStatus(c fiber.Ctx) error
- func TermEntry(c fiber.Ctx) error
- func TermList(c fiber.Ctx) error
- func TermModelEntry(c fiber.Ctx) error
- func TermSet(c fiber.Ctx) error
- func TextMarkdownRender(c fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModSetFsDel ¶
func ModSetFsGet ¶
func ModSetFsList ¶
func ModSetFsPut ¶
func ModSetFsRename ¶
func ModSetFsTplList ¶
func ModSetSpecActionDel ¶
func ModSetSpecActionSet ¶
func ModSetSpecEntry ¶
func ModSetSpecInfoSet ¶
func ModSetSpecLangList ¶
func ModSetSpecList ¶
func ModSetSpecNodeSet ¶
func ModSetSpecRouteDel ¶
func ModSetSpecRouteSet ¶
func ModSetSpecTermSet ¶
func ModSetSpecUploadCommit ¶
func NodeModelEntry ¶
func Register ¶
Register mounts the v1 REST API routes on a fiber router. The caller mounts the router at "/hp/v1". Each route mirrors the path the httpsrv reflection dispatcher generated (camelToKebab of Controller/Action), and accepts any HTTP method (httpsrv dispatch was method-agnostic). Routes requiring a session use the web.Auth() gate; TextMarkdownRender is public.
func S2ObjRename ¶
func SysConfigList ¶
func SysConfigSet ¶
func SysIamStatus ¶
func SysIamSync ¶
func TermModelEntry ¶
func TextMarkdownRender ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.