SetKey sets the "key" field.
(s string)
| 404 | |
| 405 | // SetKey sets the "key" field. |
| 406 | func (m *APIKeyMutation) SetKey(s string) { |
| 407 | m.key = &s |
| 408 | } |
| 409 | |
| 410 | // Key returns the value of the "key" field in the mutation. |
| 411 | func (m *APIKeyMutation) Key() (r string, exists bool) { |
no outgoing calls