Value returns the ent.Value that was dynamically selected and assigned to the Event. This includes values selected through modifiers, order, etc.
(name string)
| 126 | // Value returns the ent.Value that was dynamically selected and assigned to the Event. |
| 127 | // This includes values selected through modifiers, order, etc. |
| 128 | func (_m *Event) Value(name string) (ent.Value, error) { |
| 129 | return _m.selectValues.Get(name) |
| 130 | } |
| 131 | |
| 132 | // QueryOwner queries the "owner" edge of the Event entity. |
| 133 | func (_m *Event) QueryOwner() *AlertQuery { |