local

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2024 License: Unlicense Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIMovie = "/movie"

	APIServerStatus = APIMovie + "/server/status"

	APIMovieSession       = APIMovie + "/sessions"
	APIMovieSessionNew    = APIMovieSession + "/new"
	APIMovieSessionManage = APIMovieSession + "/{sid}/videos/{vid}/{operation}"
)
View Source
const (
	APIDedicatedMovieUpload = "/movie-upload/{key}"
)
View Source
const (
	APIPatcher = "/patcher"
)

Variables

This section is empty.

Functions

func MovieServerStatus

func MovieServerStatus(w http.ResponseWriter, r *http.Request)

handler GET /movie/server/status

func MovieSessionNew

func MovieSessionNew(w http.ResponseWriter, r *http.Request)

handler POST /movie/sessions/new

func MovieUploadContext

func MovieUploadContext(w http.ResponseWriter, r *http.Request)

handler PUT /movie-upload/{key}

func MovieUploadManagement

func MovieUploadManagement(w http.ResponseWriter, r *http.Request)

handler POST /movie/sessions/{sid}/videos/{vid}/{operation}

func MustGetPatcher

func MustGetPatcher() fs.FS

get patcher static file fs

func New

func New() http.Handler

Types

This section is empty.

Jump to

Keyboard shortcuts

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