Files
RUSTDESK-AP-SERVER-SUNLIX/config/rustdesk.go
2024-09-13 15:57:29 +08:00

9 lines
227 B
Go

package config
type Rustdesk struct {
IdServer string `mapstructure:"id-server"`
RelayServer string `mapstructure:"relay-server"`
ApiServer string `mapstructure:"api-server"`
Key string `mapstructure:"key"`
}