package
0.19.9-preview-3
Repository: https://github.com/arangodb-helper/arangodb.git
Documentation: pkg.go.dev
# Functions
RegisterAction registers a new action if it does not exist.
StartAction starts actions based on type.
StartAction starts actions based on type if actionType is on the limit list.
StartPreStopActions runs registered pre stop actions.
# Constants
ActionTypeAll filter which run all action types.
ActionTypePreStop PreStop Action Type.
# Structs
ProgressEmpty describes empty progress for the actions.
ProgressLog describes simple logger for actions.
Registry allows to register new actions.
# Interfaces
Action describes how some actions should be started.
ActionPreStop describes how pre stop actions should be started.
Progressor describes what to do when the specific moment of action occurs.