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
Click to show internal directories.
Click to hide internal directories.