first
This commit is contained in:
8
config/rustdesk.go
Normal file
8
config/rustdesk.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Rustdesk struct {
|
||||
IdServer string `mapstructure:"id-server"`
|
||||
RelayServer string `mapstructure:"relay-server"`
|
||||
ApiServer string `mapstructure:"api-server"`
|
||||
Key string `mapstructure:"key"`
|
||||
}
|
||||
Reference in New Issue
Block a user