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