package
1.2.6
Repository: https://github.com/clivern/walrus.git
Documentation: pkg.go.dev

# Functions

NewAgentStore creates a new instance.
NewBackupStore creates a new instance.
NewCronStore creates a new instance.
NewHostStore creates a new instance.
NewJobStore creates a new instance.
NewOptionStore creates a new instance.
NewUserStore creates a new instance.

# Constants

BackupDirectory constant.
BackupDockerVolume constant TODO Docker Volume Backup Support.
BackupEtcd constant TODO Etcd Backup Support.
BackupMySQL constant.
BackupPostgreSQL constant TODO PostgreSQL Backup Support.
BackupRedis constant TODO Redis Backup Support.
BackupSQLite constant.
DayInterval constant.
DownStatus const.
FailedStatus constant.
HourInterval constant.
MinuteInterval constant.
MonthInterval constant.
PendingStatus constant.
SecondInterval constant.
SuccessStatus constant.
UnknownStatus const.
UpStatus const.

# Structs

Agent type.
AgentData type.
Backup type.
Cron type.
CronRecord type.
Host type.
HostData type.
Job type.
JobRecord type.
Option type.
OptionData struct.
Request type.
User type.
UserData type.