SetOrigin sets the "origin" field.
(s string)
| 6947 | |
| 6948 | // SetOrigin sets the "origin" field. |
| 6949 | func (m *DecisionMutation) SetOrigin(s string) { |
| 6950 | m.origin = &s |
| 6951 | } |
| 6952 | |
| 6953 | // Origin returns the value of the "origin" field in the mutation. |
| 6954 | func (m *DecisionMutation) Origin() (r string, exists bool) { |
no outgoing calls