SetStatus sets the "status" field.
(s string)
| 525 | |
| 526 | // SetStatus sets the "status" field. |
| 527 | func (m *APIKeyMutation) SetStatus(s string) { |
| 528 | m.status = &s |
| 529 | } |
| 530 | |
| 531 | // Status returns the value of the "status" field in the mutation. |
| 532 | func (m *APIKeyMutation) Status() (r string, exists bool) { |