package
0.0.0-20250225105205-8289a55d8107
Repository: https://github.com/mysteriumnetwork/node.git
Documentation: pkg.go.dev

# Functions

NewActionStack creates empty ActionStack.

# Variables

ErrAlreadyRun error is throwed with panic on Push or Run invocation after Run was invoked at least once.

# Structs

ActionStack is a stack of actions which are executed in reverse order they were added.

# Type aliases

Action represents stackable action.