package
0.0.0-20220831212918-e53d617a705f
Repository: https://github.com/itglobal/backupmonitor.git
Documentation: pkg.go.dev

# Functions

GetAccessKeyRepository returns an implementation AccessKeyRepository from DI container.
GetBackupRepository returns an implementation BackupRepository from DI container.
GetJwt returns an implementation of Jwt from DI container.
GetProjectRepository returns an implementation of ProjectRepository from DI container.
GetUserRepository returns an implementation of UserRepository from DI container.
NewJwtError creates new instance of JwtError.
Setup configure package services.

# Structs

BackupFile is a readable backup file.
JwtError contains error information for JWT token validation.

# Interfaces

AccessKeyRepository contains methods to manage project access keys.
BackupRepository contains methods to manage project backups.
Jwt provides methods to create and to parse JWT tokens.
ProjectRepository contains methods to manage projects registry.
UserRepository contains methods to manage user accounts.