SetComment sets the "comment" field.
(s string)
| 3510 | |
| 3511 | // SetComment sets the "comment" field. |
| 3512 | func (m *AllowListItemMutation) SetComment(s string) { |
| 3513 | m.comment = &s |
| 3514 | } |
| 3515 | |
| 3516 | // Comment returns the value of the "comment" field in the mutation. |
| 3517 | func (m *AllowListItemMutation) Comment() (r string, exists bool) { |
no outgoing calls
no test coverage detected