package model type ScreenInfo struct { Name string `yaml:"name"` Ip string `yaml:"ip"` Port string `yaml:"port"` }