feat: auto generate drivers language json

This commit is contained in:
Noah Hsu
2022-08-26 15:08:31 +08:00
parent d9ee174dd3
commit 7425e001db
7 changed files with 117 additions and 27 deletions

View File

@ -8,7 +8,7 @@ type Item struct {
Name string `json:"name"`
Type string `json:"type"`
Default string `json:"default"`
Values string `json:"values"`
Options string `json:"options"`
Required bool `json:"required"`
Help string `json:"help"`
}