alist/internal/driver/config.go
2022-06-07 18:13:55 +08:00

9 lines
105 B
Go

package driver
type Config struct {
Name string
LocalSort bool
OnlyLocal bool
OnlyProxy bool
}