mirror of
https://github.com/AlistGo/alist.git
synced 2025-12-19 19:10:07 +08:00
9 lines
105 B
Go
9 lines
105 B
Go
package driver
|
|
|
|
type Config struct {
|
|
Name string
|
|
LocalSort bool
|
|
OnlyLocal bool
|
|
OnlyProxy bool
|
|
}
|