browser

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: GPL-3.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ParseArgs = types.ParseArgs
View Source
var ParseArgsBase = shared.ParseArgs
View Source
var Pass = types.Pass
View Source
var PassRpc = types.PassRpc
View Source
var PassRpcBase = shared.PassRPC

Functions

This section is empty.

Types

type ABase

type ABase = shared.A

type AWeb

type AWeb = types.A

type AgentUI

type AgentUI struct {
	BasePage
	// contains filtered or unexported fields
}

func (*AgentUI) DataEnter

func (a *AgentUI) DataEnter(e *am.Event) bool

func (*AgentUI) DataState

func (a *AgentUI) DataState(e *am.Event)

func (*AgentUI) OnInit

func (a *AgentUI) OnInit()

OnInit constructor

func (*AgentUI) OnMount

func (a *AgentUI) OnMount(ctx goapp.Context)

func (*AgentUI) Render

func (a *AgentUI) Render() UI

func (*AgentUI) UICleanOutputState

func (a *AgentUI) UICleanOutputState(e *am.Event)

func (*AgentUI) UIMsgEnter

func (a *AgentUI) UIMsgEnter(e *am.Event) bool

func (*AgentUI) UIMsgState

func (a *AgentUI) UIMsgState(e *am.Event)

func (*AgentUI) UIRenderClockEnter

func (a *AgentUI) UIRenderClockEnter(e *am.Event) bool

func (*AgentUI) UIRenderClockState

func (a *AgentUI) UIRenderClockState(e *am.Event)

func (*AgentUI) UIRenderStoriesState

func (a *AgentUI) UIRenderStoriesState(e *am.Event)

type BasePage

type BasePage struct {
	goapp.Compo
	*am.ExceptionHandler
	// contains filtered or unexported fields
}

func (*BasePage) AnyState

func (p *BasePage) AnyState(e *am.Event)

func (*BasePage) ConfigEnter

func (p *BasePage) ConfigEnter(e *am.Event) bool

func (*BasePage) ConfigState

func (p *BasePage) ConfigState(e *am.Event)

func (*BasePage) Draw

func (p *BasePage) Draw()

func (*BasePage) Dump

func (p *BasePage) Dump(name string, val any)

func (*BasePage) Error

func (p *BasePage) Error(err error)

func (*BasePage) OnDismount

func (p *BasePage) OnDismount(ctx goapp.Context)

func (*BasePage) OnInit

func (p *BasePage) OnInit()

func (*BasePage) OnMount

func (p *BasePage) OnMount(ctx goapp.Context)

OnMount gets called when the component is mounted This is after Render was called for the first time

func (*BasePage) Ready

func (p *BasePage) Ready() bool

type Dashboard

type Dashboard struct {
	BasePage
	// contains filtered or unexported fields
}

func (*Dashboard) DataEnter

func (d *Dashboard) DataEnter(e *am.Event) bool

func (*Dashboard) DataState

func (d *Dashboard) DataState(e *am.Event)

func (*Dashboard) OnInit

func (d *Dashboard) OnInit()

OnInit constructor

func (*Dashboard) OnMount

func (d *Dashboard) OnMount(ctx goapp.Context)

func (*Dashboard) Render

func (d *Dashboard) Render() UI

type PageAPI

type PageAPI interface {
	Draw()
	Dump(string, any)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL