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