package
0.0.0-20250126123450-3dad8b8dff16
Repository: https://github.com/kaizenci/kaizen.git
Documentation: pkg.go.dev
# Functions
GetActionByName retrieves an action by name and constructs it with the provided config.
GetActionConfig returns the global action configuration.
LoadActionConfigs loads the action configurations from the file.
RegisterAction registers a new action in the registry.
No description provided by the author
# Variables
No description provided by the author
# Interfaces
go:generate go run github.com/vektra/mockery/v2@v2 --name=Action --filename=action.go --output=../../mocks/.
# Type aliases
ActionFactory defines the function signature for plugin constructors.