feat: add driver config in driver info
This commit is contained in:
@ -13,9 +13,10 @@ type Item struct {
|
||||
Help string `json:"help"`
|
||||
}
|
||||
|
||||
type Items struct {
|
||||
type Info struct {
|
||||
Common []Item `json:"common"`
|
||||
Additional []Item `json:"additional"`
|
||||
Config Config `json:"config"`
|
||||
}
|
||||
|
||||
type IRootFolderPath interface {
|
||||
|
Reference in New Issue
Block a user