package
Version:
v0.0.0-...-939b314
Opens a new window with list of versions in this module.
Published: Mar 28, 2022
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Camera struct {
Name string `mapstructure:"name"`
Address string `mapstructure:"address"`
Username string `mapstructure:"username"`
Password string `mapstructure:"password"`
LowStreamQuality bool `mapstructure:"low_stream_quality"`
}
type Config struct {
Port string `mapstructure:"port"`
DataDir string `mapstructure:"data_dir"`
CleanFilesInterval time.Duration `mapstructure:"clean_files_interval"`
SyncInterval time.Duration `mapstructure:"sync_interval"`
Cameras []Camera `mapstructure:"cameras"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.