handler

package
v0.0.0-...-a3b91c8 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DriveHandler

type DriveHandler struct {
	// contains filtered or unexported fields
}

func NewDriveHandler

func NewDriveHandler(discdb drive.DiscDatabase, driveManager drive.DriveManager, workflowManager workflow.WorkflowManager, omdbapi *gomdb.OmdbApi) DriveHandler

func (DriveHandler) GetDrive

func (d DriveHandler) GetDrive(c echo.Context) error

func (DriveHandler) GetDriveStatus

func (d DriveHandler) GetDriveStatus(c echo.Context) error

func (DriveHandler) RipTitle

func (d DriveHandler) RipTitle(c echo.Context) error

type IndexHandler

type IndexHandler struct {
	// contains filtered or unexported fields
}

func NewIndexHandler

func NewIndexHandler(driveManager drive.DriveManager, workflowManager workflow.WorkflowManager) IndexHandler

func (IndexHandler) GetIndex

func (i IndexHandler) GetIndex(c echo.Context) error

type OmdbHandler

type OmdbHandler struct {
	// contains filtered or unexported fields
}

func NewOmdbHandler

func NewOmdbHandler(omdbapi *gomdb.OmdbApi) OmdbHandler

func (OmdbHandler) Search

func (h OmdbHandler) Search(c echo.Context) error

type WorkflowHandler

type WorkflowHandler struct {
	// contains filtered or unexported fields
}

func NewWorkflowHandler

func NewWorkflowHandler(
	wfman workflow.WorkflowManager,
	driveman drive.DriveManager,
	discdb drive.DiscDatabase,
	omdbapi *gomdb.OmdbApi,
) WorkflowHandler

func (WorkflowHandler) EditWorkflow

func (h WorkflowHandler) EditWorkflow(c echo.Context) error

func (WorkflowHandler) GetWorkflow

func (h WorkflowHandler) GetWorkflow(c echo.Context) error

func (WorkflowHandler) PostWorkflow

func (h WorkflowHandler) PostWorkflow(c echo.Context) error

func (WorkflowHandler) RipTitle

func (h WorkflowHandler) RipTitle(c echo.Context) error

func (WorkflowHandler) Status

func (h WorkflowHandler) Status(c echo.Context) error

Jump to

Keyboard shortcuts

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