Documentation
¶
Index ¶
- type ComplexComponents
- func (w *ComplexComponents) Node(r hogosuru.Rendering) node.Node
- func (w *ComplexComponents) OnEndChildRendering(r hogosuru.Rendering)
- func (w *ComplexComponents) OnEndChildsRendering()
- func (w *ComplexComponents) OnLoad(d document.Document, n node.Node, route string) (*promise.Promise, []hogosuru.Rendering)
- func (w *ComplexComponents) OnUnload()
- type GlobalContainer
- func (w *GlobalContainer) Node(r hogosuru.Rendering) node.Node
- func (w *GlobalContainer) OnEndChildRendering(r hogosuru.Rendering)
- func (w *GlobalContainer) OnEndChildsRendering()
- func (w *GlobalContainer) OnLoad(d document.Document, n node.Node, route string) (*promise.Promise, []hogosuru.Rendering)
- func (w *GlobalContainer) OnUnload()
- type HelloView
- func (w *HelloView) Node(r hogosuru.Rendering) node.Node
- func (w *HelloView) OnEndChildRendering(r hogosuru.Rendering)
- func (w *HelloView) OnEndChildsRendering()
- func (w *HelloView) OnLoad(d document.Document, n node.Node, route string) (*promise.Promise, []hogosuru.Rendering)
- func (w *HelloView) OnUnload()
- type WebMain
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComplexComponents ¶
type ComplexComponents struct {
// contains filtered or unexported fields
}
func (*ComplexComponents) OnEndChildRendering ¶
func (w *ComplexComponents) OnEndChildRendering(r hogosuru.Rendering)
func (*ComplexComponents) OnEndChildsRendering ¶
func (w *ComplexComponents) OnEndChildsRendering()
func (*ComplexComponents) OnUnload ¶
func (w *ComplexComponents) OnUnload()
type GlobalContainer ¶
type GlobalContainer struct {
// contains filtered or unexported fields
}
func (*GlobalContainer) OnEndChildRendering ¶
func (w *GlobalContainer) OnEndChildRendering(r hogosuru.Rendering)
func (*GlobalContainer) OnEndChildsRendering ¶
func (w *GlobalContainer) OnEndChildsRendering()
func (*GlobalContainer) OnUnload ¶
func (w *GlobalContainer) OnUnload()
type HelloView ¶
type HelloView struct {
// contains filtered or unexported fields
}
func (*HelloView) OnEndChildRendering ¶
func (*HelloView) OnEndChildsRendering ¶
func (w *HelloView) OnEndChildsRendering()
type WebMain ¶
type WebMain struct {
// contains filtered or unexported fields
}
func (*WebMain) OnEndChildRendering ¶
func (*WebMain) OnEndChildsRendering ¶
func (w *WebMain) OnEndChildsRendering()
Click to show internal directories.
Click to hide internal directories.