generate: Add option flag to Field struct
This commit is contained in:
@@ -98,6 +98,7 @@ type Field struct {
|
||||
Name string
|
||||
Doc string
|
||||
Type Type
|
||||
Option bool
|
||||
}
|
||||
|
||||
func (field Field) String() string {
|
||||
|
||||
Reference in New Issue
Block a user