EasyVQD/internal/core/host/configs.param.go

11 lines
220 B
Go
Raw Normal View History

2026-01-15 19:32:33 +08:00
package host
type ConfigBaseInput struct {
Mode string `form:"mode"`
}
type ConfigBaseOutput struct {
HostIp string `json:"host_ip"`
RtspEnable bool `json:"rtsp_enable"`
RtspPort string `json:"rtsp_port"`
}