SetScope sets the "scope" field.
(s string)
| 6875 | |
| 6876 | // SetScope sets the "scope" field. |
| 6877 | func (m *DecisionMutation) SetScope(s string) { |
| 6878 | m.scope = &s |
| 6879 | } |
| 6880 | |
| 6881 | // Scope returns the value of the "scope" field in the mutation. |
| 6882 | func (m *DecisionMutation) Scope() (r string, exists bool) { |
no outgoing calls