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