SetName sets the "name" field.
(s string)
| 8477 | |
| 8478 | // SetName sets the "name" field. |
| 8479 | func (m *LockMutation) SetName(s string) { |
| 8480 | m.name = &s |
| 8481 | } |
| 8482 | |
| 8483 | // Name returns the value of the "name" field in the mutation. |
| 8484 | func (m *LockMutation) Name() (r string, exists bool) { |
no outgoing calls