package
0.0.0-20230710055954-160a1fae968e
Repository: https://github.com/codejamninja/volback.git
Documentation: pkg.go.dev

# Functions

GetOrchestrator returns an orchestrator interface based on the name you specified or on the orchestrator Volback is running on.
LoadProviders returns the list of providers from the provider config file.
RunCmd runs a command into a container.
Start starts a Volback manager which handle backups management.

# Structs

Manager contains all informations used by the Volback manager.
Orchestrators groups the parameters of all supported orchestrators in one structure.
Provider stores data for one provider.
Providers stores the list of available providers.
Server contains informations used by the server part.