Documentation
¶
Index ¶
- Variables
- type ABase
- type AWeb
- type AgentUI
- func (a *AgentUI) DataEnter(e *am.Event) bool
- func (a *AgentUI) DataState(e *am.Event)
- func (a *AgentUI) OnInit()
- func (a *AgentUI) OnMount(ctx goapp.Context)
- func (a *AgentUI) Render() UI
- func (a *AgentUI) UICleanOutputState(e *am.Event)
- func (a *AgentUI) UIMsgEnter(e *am.Event) bool
- func (a *AgentUI) UIMsgState(e *am.Event)
- func (a *AgentUI) UIRenderClockEnter(e *am.Event) bool
- func (a *AgentUI) UIRenderClockState(e *am.Event)
- func (a *AgentUI) UIRenderStoriesState(e *am.Event)
- type BasePage
- func (p *BasePage) AnyState(e *am.Event)
- func (p *BasePage) ConfigEnter(e *am.Event) bool
- func (p *BasePage) ConfigState(e *am.Event)
- func (p *BasePage) Draw()
- func (p *BasePage) Dump(name string, val any)
- func (p *BasePage) Error(err error)
- func (p *BasePage) OnDismount(ctx goapp.Context)
- func (p *BasePage) OnInit()
- func (p *BasePage) OnMount(ctx goapp.Context)
- func (p *BasePage) Ready() bool
- type Dashboard
- type PageAPI
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 AgentUI ¶
type AgentUI struct {
BasePage
// contains filtered or unexported fields
}
func (*AgentUI) UICleanOutputState ¶
func (*AgentUI) UIMsgState ¶
func (*AgentUI) UIRenderClockState ¶
func (*AgentUI) UIRenderStoriesState ¶
type BasePage ¶
type BasePage struct {
goapp.Compo
*am.ExceptionHandler
// contains filtered or unexported fields
}
func (*BasePage) ConfigState ¶
func (*BasePage) OnDismount ¶
Click to show internal directories.
Click to hide internal directories.