mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-11-29 00:23:18 +00:00
8 lines
131 B
Go
8 lines
131 B
Go
package config
|
|
|
|
type Logger struct {
|
|
Path string
|
|
Level string
|
|
ReportCaller bool `mapstructure:"report-caller"`
|
|
}
|