webui

package
v0.0.0-...-f8e79a6 Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2022 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevManager

type DevManager interface {
	Device(string) (*controller.Controller, bool)
	AllOnlineDevices() []string
	NameById(string) (string, bool)
}

type Device

type Device struct {
	Controller *controller.Controller
	Name       string
}

type Handler

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

func NewHandler

func NewHandler(devmgr DevManager, mon *monitor.Monitor, streams []controller.PresetInfo) *Handler

func (*Handler) ServeHTTP

func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request)

func (*Handler) UserDefinedStreamPresets

func (h *Handler) UserDefinedStreamPresets() []controller.PresetInfo

Jump to

Keyboard shortcuts

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