Documentation ¶ Index ¶ type Demo func (d *Demo) Render() app.UI type Index func (i *Index) OnNav(ctx app.Context) func (i *Index) OnPreRender(ctx app.Context) func (i *Index) Render() app.UI type PulseImage func (p *PulseImage) OnMount(ctx app.Context) func (p *PulseImage) Render() app.UI Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Demo ¶ type Demo struct { app.Compo ActiveIndex int DemoMap map[string]app.UI // contains filtered or unexported fields } func (*Demo) Render ¶ func (d *Demo) Render() app.UI type Index ¶ type Index struct { app.Compo } func (*Index) OnNav ¶ func (i *Index) OnNav(ctx app.Context) func (*Index) OnPreRender ¶ func (i *Index) OnPreRender(ctx app.Context) func (*Index) Render ¶ func (i *Index) Render() app.UI type PulseImage ¶ type PulseImage struct { app.Compo base.JsUtil // contains filtered or unexported fields } func (*PulseImage) OnMount ¶ func (p *PulseImage) OnMount(ctx app.Context) func (*PulseImage) Render ¶ func (p *PulseImage) Render() app.UI Source Files ¶ View all Source files demo.go index.go pulseimage.go Click to show internal directories. Click to hide internal directories.