Documentation
¶
Index ¶
- type CreateCameraFunc
- type Handlers
- func (h *Handlers) MemoryRecall(c echo.Context) error
- func (h *Handlers) PanLeft(c echo.Context) error
- func (h *Handlers) PanRight(c echo.Context) error
- func (h *Handlers) PanTiltStop(c echo.Context) error
- func (h *Handlers) TiltDown(c echo.Context) error
- func (h *Handlers) TiltUp(c echo.Context) error
- func (h *Handlers) ZoomIn(c echo.Context) error
- func (h *Handlers) ZoomOut(c echo.Context) error
- func (h *Handlers) ZoomStop(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCameraFunc ¶
type Handlers ¶
type Handlers struct { CreateCamera CreateCameraFunc EventPublisher viscaservice.EventPublisher Resolver *net.Resolver }
Click to show internal directories.
Click to hide internal directories.