camera.go 65 B

12345
  1. package model
  2. type CameraInfo struct {
  3. IP string `yaml:"ip"`
  4. }