Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func (*App) CaptureImageScreenVersion ¶
func (*App) HttpImageCaptureHandler ¶
func (app *App) HttpImageCaptureHandler() HttpImageCaptureHandler
func (*App) LaunchStream ¶
func (app *App) LaunchStream()
func (*App) UpdateHandles ¶
func (app *App) UpdateHandles()
type HttpImageCaptureHandler ¶
type HttpImageCaptureHandler struct {
// contains filtered or unexported fields
}
func NewHttpImageCaptureHandler ¶
func NewHttpImageCaptureHandler(app *App) HttpImageCaptureHandler
func (HttpImageCaptureHandler) ServeHTTP ¶
func (handler HttpImageCaptureHandler) ServeHTTP(responseWriter http.ResponseWriter, request *http.Request)
Click to show internal directories.
Click to hide internal directories.