handlers

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CameraList

func CameraList() echo.HandlerFunc

func Config

func Config() echo.HandlerFunc

func Health

func Health() echo.HandlerFunc

Types

type CameraObject

type CameraObject struct {
	APIURL    string `json:"APIURL"`
	CameraURL string `json:"cameraURL"`
	Name      string `json:"name"`
}

type CameraObjectList

type CameraObjectList struct {
	Cameras []*CameraObject `json:"cameras"`
}

type JSONResponse

type JSONResponse map[string]interface{}

Jump to

Keyboard shortcuts

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