SetName sets the "name" field.
(s string)
| 4022 | |
| 4023 | // SetName sets the "name" field. |
| 4024 | func (m *GroupMutation) SetName(s string) { |
| 4025 | m.name = &s |
| 4026 | } |
| 4027 | |
| 4028 | // Name returns the value of the "name" field in the mutation. |
| 4029 | func (m *GroupMutation) Name() (r string, exists bool) { |