// Actions is a variable that represents a map of string keys to Action values. The keys are used to identify different actions, and the corresponding values are the functions that define
varActions=map[string]plugins.Action{}
// Add adds an action with the given name to the Actions map. The action function must implement the Action interface.