package model type CameraInfo struct { IP string `yaml:"ip"` Name string `yaml:"name"` Branch byte `yaml:"branch"` }