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"` }