Documentation ¶
Index ¶
- func NewModule() *httpsrv.Module
- type ModSet
- func (c ModSet) FsTplListAction()
- func (c *ModSet) Init() int
- func (c ModSet) SpecActionDelAction()
- func (c ModSet) SpecActionSetAction()
- func (c ModSet) SpecEntryAction()
- func (c ModSet) SpecInfoSetAction()
- func (c ModSet) SpecLangListAction()
- func (c ModSet) SpecListAction()
- func (c ModSet) SpecNodeSetAction()
- func (c ModSet) SpecRouteDelAction()
- func (c ModSet) SpecRouteSetAction()
- func (c ModSet) SpecTermSetAction()
- func (c ModSet) SpecUploadCommitAction()
- type ModSetFs
- type Node
- type NodeModel
- type S2Obj
- type Sys
- type Term
- type TermModel
- type Text
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ModSet ¶
type ModSet struct { *httpsrv.Controller // contains filtered or unexported fields }
func (ModSet) FsTplListAction ¶
func (c ModSet) FsTplListAction()
func (ModSet) SpecActionDelAction ¶
func (c ModSet) SpecActionDelAction()
func (ModSet) SpecActionSetAction ¶
func (c ModSet) SpecActionSetAction()
func (ModSet) SpecEntryAction ¶
func (c ModSet) SpecEntryAction()
func (ModSet) SpecInfoSetAction ¶
func (c ModSet) SpecInfoSetAction()
func (ModSet) SpecLangListAction ¶
func (c ModSet) SpecLangListAction()
func (ModSet) SpecListAction ¶
func (c ModSet) SpecListAction()
func (ModSet) SpecNodeSetAction ¶
func (c ModSet) SpecNodeSetAction()
func (ModSet) SpecRouteDelAction ¶
func (c ModSet) SpecRouteDelAction()
func (ModSet) SpecRouteSetAction ¶
func (c ModSet) SpecRouteSetAction()
func (ModSet) SpecTermSetAction ¶
func (c ModSet) SpecTermSetAction()
func (ModSet) SpecUploadCommitAction ¶
func (c ModSet) SpecUploadCommitAction()
type ModSetFs ¶
type ModSetFs struct { *httpsrv.Controller // contains filtered or unexported fields }
func (ModSetFs) ListAction ¶
func (c ModSetFs) ListAction()
func (ModSetFs) RenameAction ¶
func (c ModSetFs) RenameAction()
type Node ¶
type Node struct { *httpsrv.Controller // contains filtered or unexported fields }
func (Node) EntryAction ¶
func (c Node) EntryAction()
func (Node) ListAction ¶
func (c Node) ListAction()
type NodeModel ¶
type NodeModel struct { *httpsrv.Controller // contains filtered or unexported fields }
func (NodeModel) EntryAction ¶
func (c NodeModel) EntryAction()
type S2Obj ¶
type S2Obj struct { *httpsrv.Controller // contains filtered or unexported fields }
func (S2Obj) ListAction ¶
func (c S2Obj) ListAction()
func (S2Obj) RenameAction ¶
func (c S2Obj) RenameAction()
type Sys ¶
type Sys struct { *httpsrv.Controller // contains filtered or unexported fields }
func (Sys) ConfigListAction ¶
func (c Sys) ConfigListAction()
func (Sys) ConfigSetAction ¶
func (c Sys) ConfigSetAction()
func (Sys) IamStatusAction ¶
func (c Sys) IamStatusAction()
func (Sys) StatusAction ¶
func (c Sys) StatusAction()
type Term ¶
type Term struct { *httpsrv.Controller // contains filtered or unexported fields }
func (Term) EntryAction ¶
func (c Term) EntryAction()
func (Term) ListAction ¶
func (c Term) ListAction()
type TermModel ¶
type TermModel struct { *httpsrv.Controller // contains filtered or unexported fields }
func (TermModel) EntryAction ¶
func (c TermModel) EntryAction()
type Text ¶
type Text struct {
*httpsrv.Controller
}
func (Text) MarkdownRenderAction ¶
func (c Text) MarkdownRenderAction()
Click to show internal directories.
Click to hide internal directories.