SetUserID sets the "user_id" field.
(i int64)
| 368 | |
| 369 | // SetUserID sets the "user_id" field. |
| 370 | func (m *APIKeyMutation) SetUserID(i int64) { |
| 371 | m.user = &i |
| 372 | } |
| 373 | |
| 374 | // UserID returns the value of the "user_id" field in the mutation. |
| 375 | func (m *APIKeyMutation) UserID() (r int64, exists bool) { |
no outgoing calls