state

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State int

State of the application.

const (
	Init    State = iota // Initializing components.
	Ready                // Ready and waiting to run tests.
	Paused               // Automatic test runs is paused.
	Running              // Test run is in progress.
	Closing              // Shutting down.
)

func (State) MarshalJSON

func (s State) MarshalJSON() ([]byte, error)

MarshalJSON marshals State to a text representation.

func (State) String

func (s State) String() string

String representation of State.

Jump to

Keyboard shortcuts

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