Documentation
¶
Index ¶
- Constants
- func MovieServerStatus(w http.ResponseWriter, r *http.Request)
- func MovieSessionNew(w http.ResponseWriter, r *http.Request)
- func MovieUploadContext(w http.ResponseWriter, r *http.Request)
- func MovieUploadManagement(w http.ResponseWriter, r *http.Request)
- func MustGetPatcher() fs.FS
- func New() http.Handler
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}
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.