VariableGen represents a variable in the synopsis. Its values are user-configurable if they cannot be deduced from the synopsis.
| 265 | // VariableGen represents a variable in the synopsis. Its values are user-configurable if they cannot be deduced from |
| 266 | // the synopsis. |
| 267 | type VariableGen struct { |
| 268 | name string |
| 269 | options StatementGenerator |
| 270 | } |
| 271 | |
| 272 | var _ StatementGenerator = (*VariableGen)(nil) |
| 273 |
nothing calls this directly
no outgoing calls
no test coverage detected