package
7.17.28
Repository: https://github.com/elastic/beats.git
Documentation: pkg.go.dev

# Packages

Package storetest provides helpers for testing functionality that requires a statestore.

# Functions

IsClosed returns true if the cause for an Error is ErrorClosed.
NewRegistry creates a new Registry with a configured backend.

# Structs

ErrorAccess indicates that an error occured when trying to open a Store.
ErrorClosed indicates that the operation failed because the store has already been closed.
ErrorOperation is returned when a generic store operation failed.
Registry manages multiple key-value stores.
Store instance.

# Type aliases

ValueDecoder is used to decode retrieved from an actual store.