state

package
v0.7.13 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 0 Imported by: 0

README

Trying to define how to create this.

Goals

  1. Find different from current state to desired state
  2. Map difference into steps / actions
  3. Find path through graph
  4. Execute graph

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State[T any] interface {
	Execute(T) (State[T], error)
	Done(T) (bool, error)
	String() string
}

Jump to

Keyboard shortcuts

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