alist/internal/driver/config.go

9 lines
105 B
Go
Raw Normal View History

2022-06-07 08:31:28 +00:00
package driver
type Config struct {
Name string
LocalSort bool
2022-06-07 10:13:55 +00:00
OnlyLocal bool
OnlyProxy bool
2022-06-07 08:31:28 +00:00
}