controller

package
v0.0.0-...-1774433 Latest Latest
Warning

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

Go to latest
Published: May 17, 2021 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Controller

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

func NewController

func NewController(jobChan chan *transcoder.Job, jobUpdatesChan chan *transcoder.JobStatus) *Controller

func (*Controller) GetJob

func (c *Controller) GetJob(w http.ResponseWriter, r *http.Request)

func (*Controller) GetJobView

func (c *Controller) GetJobView(w http.ResponseWriter, r *http.Request)

func (*Controller) GetJobs

func (c *Controller) GetJobs(w http.ResponseWriter, r *http.Request)

func (*Controller) GetJobsView

func (c *Controller) GetJobsView(w http.ResponseWriter, r *http.Request)

func (*Controller) JobInfo

func (c *Controller) JobInfo(w http.ResponseWriter, r *http.Request)

func (*Controller) JobKill

func (c *Controller) JobKill(w http.ResponseWriter, r *http.Request)

func (*Controller) JobResubmit

func (c *Controller) JobResubmit(w http.ResponseWriter, r *http.Request)

func (*Controller) SubmitPresetGroupJob

func (c *Controller) SubmitPresetGroupJob(w http.ResponseWriter, r *http.Request)

func (*Controller) SubmitPresetJob

func (c *Controller) SubmitPresetJob(w http.ResponseWriter, r *http.Request)

type JobSubmission

type JobSubmission struct {
	Params map[string]string `json:"params"`
}

Jump to

Keyboard shortcuts

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