Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrConfigAlreadyExists = xerror.New("config file already exists")
Functions ¶
This section is empty.
Types ¶
type Camera ¶
type Camera struct { Title string `json:"title" validate:"empty=false"` Address string `json:"address"` PersistLoc string `json:"persist_location" validate:"empty=false"` MaxClipAgeDays int `json:"max_clip_age_days" validate:"gte=1 & lte=30"` MockWriter bool `json:"mock_writer"` MockCapturer bool `json:"mock_capturer"` FPS int `json:"fps" validate:"gte=1 & lte=30"` DateTimeLabel bool `json:"date_time_label"` DateTimeFormat string `json:"date_time_format"` SecondsPerClip int `json:"seconds_per_clip" validate:"gte=1 & lte=3"` Disabled bool `json:"disabled"` Week schedule.Week `json:"schedule"` ReolinkAdvanced ReolinkAdvanced `json:"reolink_advanced"` }
type CreateResolver ¶
type ReolinkAdvanced ¶
Click to show internal directories.
Click to hide internal directories.