Files
rustdesk-api/config/rustdesk.go
2024-09-24 14:43:27 +08:00

10 lines
273 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"`
Personal int `mapstructure:"personal"`
}