Files
alist/internal/driver/config.go

9 lines
105 B
Go
Raw Normal View History

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