controllers

package
v0.0.0-...-bad6cc8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupController

type BackupController struct{}

func (*BackupController) Run

type BackupControllerLauncher

type BackupControllerLauncher interface {
	Run(s models.BackupConfiguration)
	// contains filtered or unexported methods
}

type ConfigureController

type ConfigureController struct{}

func (*ConfigureController) Run

type ConfigureControllerCaller

type ConfigureControllerCaller interface {
	Run(s models.BackupConfiguration)
}

type ScheduleController

type ScheduleController struct{}

func (*ScheduleController) Run

func (c *ScheduleController) Run(s models.BackupConfiguration, configFile string)

type ScheduleControllerCaller

type ScheduleControllerCaller interface {
	Run()
	// contains filtered or unexported methods
}

type SetupController

type SetupController struct{}

func (*SetupController) RunInstall

func (c *SetupController) RunInstall(s models.BackupConfiguration)

func (*SetupController) RunUninstall

func (c *SetupController) RunUninstall(s models.BackupConfiguration)

type SetupControllerCaller

type SetupControllerCaller interface {
	RunInstall(s models.BackupConfiguration)
	RunUninstall(s models.BackupConfiguration)
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL