mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-01 09:33:15 +00:00
9 lines
210 B
Go
9 lines
210 B
Go
package config
|
|
|
|
type Gin struct {
|
|
ApiAddr string `mapstructure:"api-addr"`
|
|
AdminAddr string `mapstructure:"admin-addr"`
|
|
Mode string
|
|
ResourcesPath string `mapstructure:"resources-path"`
|
|
}
|