# Functions
InitializeModel connects model to migrations.
NewFifoRotationStrategy is a factorial method.
NewService is a factory method that knows how to construct a Storage provider, distincting multiple types of providers.
# Structs
FifoRotationStrategy implements a simple queue, first is appended, oldest will be deleted.
No description provided by the author
No description provided by the author
VersionsRepository persistence layer for Versions.
# Interfaces
RotationStrategy defines how old backups should be rotated.
# Type aliases
No description provided by the author