NewStructField creates a StructField with a given field name, value, and a flag indicating whether the field is optionally set.
(id int64, field string, value Expr, isOptional bool)
| 74 | // NewStructField creates a StructField with a given field name, value, and a flag indicating |
| 75 | // whether the field is optionally set. |
| 76 | NewStructField(id int64, field string, value Expr, isOptional bool) EntryExpr |
| 77 | |
| 78 | // NewUnspecifiedExpr creates an empty expression node. |
| 79 | NewUnspecifiedExpr(id int64) Expr |
no outgoing calls