package
8.15.2+incompatible
Repository: https://github.com/elastic/elastic-agent.git
Documentation: pkg.go.dev

# Functions

NewStateStore creates a new state store.
NewStateStoreActionAcker creates a new state store backed action acker.
NewStateStoreWithMigration creates a new state store and migrates the old ones.

# Constants

Version is the current StateStore version.

# Variables

No description provided by the author

# Structs

StateStore stores the agent state: - the last fleet action (not all actions are stored, refer to Save for details) - a queue of scheduled actions - the ack token See each method documentation for details.
StateStoreActionAcker wraps an existing acker and will set any acked event in the state store.