Documentation ¶
Index ¶
- func ConfigureRouter(r *gin.Engine)
- func GetInfo() (interface{}, error)
- func StartLauncherRegistry()
- func UpdateBackup(settings BackupSettings) (bool, error)
- func WsHandler(w http.ResponseWriter, r *http.Request)
- type BackupSettings
- type Info
- type Launcher
- type LauncherRequest
- type Request
- type RequestHandler
- type Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigureRouter ¶
func StartLauncherRegistry ¶
func StartLauncherRegistry()
func UpdateBackup ¶
func UpdateBackup(settings BackupSettings) (bool, error)
Types ¶
type BackupSettings ¶
type BackupSettings struct {
Location string
}
type Launcher ¶
type Launcher struct {
// contains filtered or unexported fields
}
func (*Launcher) UpdateBackup ¶
func (t *Launcher) UpdateBackup(settings BackupSettings) (bool, error)
type LauncherRequest ¶
type RequestHandler ¶
type RequestHandler interface {
HandleResponse(resp *Response)
}
Click to show internal directories.
Click to hide internal directories.