states

package
v0.18.2 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package states contains a stateful schema-v2 for Visualizer. Bootstrapped with am-gen. Edit manually or re-gen & merge.

Index

Constants

This section is empty.

Variables

View Source
var (

	// VisualizerStates contains all the states for the Visualizer machine.
	VisualizerStates = ssV
	// VisualizerGroups contains all the state groups for the Visualizer machine.
	VisualizerGroups = sgV
)
View Source
var VisualizerSchema = SchemaMerge(

	ss.BasicSchema,

	ss.DisposedSchema,

	ssdbg.ServerSchema,
	am.Schema{})

VisualizerSchema represents all relations and properties of VisualizerStates.

Functions

This section is empty.

Types

type VisualizerGroupsDef

type VisualizerGroupsDef struct {
}

VisualizerGroupsDef contains all the state groups Visualizer state machine.

type VisualizerStatesDef

type VisualizerStatesDef struct {
	*am.StatesBase

	// inherit from BasicStatesDef
	*ss.BasicStatesDef
	// inherit from DisposedStatesDef
	*ss.DisposedStatesDef
	// inherit from [ssdbg.ServerStatesDef]
	*ssdbg.ServerStatesDef
}

VisualizerStatesDef contains all the states of the Visualizer state machine.

Jump to

Keyboard shortcuts

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