Files
Dominik Schulz 5f641484ba Add documentation (#2036)
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
2021-11-13 21:24:32 +01:00

4 lines
269 B
Go

// Package backend implements a registry to register differnet plugable backends for encryption and storage (incl. version control).
// The actual backends are implemented in the subpackages. They register themselves in the registry with blank imports.
package backend