rustdesk.go 227 B

123456789
  1. package config
  2. type Rustdesk struct {
  3. IdServer string `mapstructure:"id-server"`
  4. RelayServer string `mapstructure:"relay-server"`
  5. ApiServer string `mapstructure:"api-server"`
  6. Key string `mapstructure:"key"`
  7. }