SetName updates the fully qualified type name for the import.
(name ValueString)
| 170 | |
| 171 | // SetName updates the fully qualified type name for the import. |
| 172 | func (i *Import) SetName(name ValueString) { |
| 173 | i.name = name |
| 174 | } |
| 175 | |
| 176 | // NewRule creates a Rule instance. |
| 177 | func NewRule(exprID int64) *Rule { |