SetDescription sets the "description" field.
(s string)
| 2794 | |
| 2795 | // SetDescription sets the "description" field. |
| 2796 | func (m *AllowListMutation) SetDescription(s string) { |
| 2797 | m.description = &s |
| 2798 | } |
| 2799 | |
| 2800 | // Description returns the value of the "description" field in the mutation. |
| 2801 | func (m *AllowListMutation) Description() (r string, exists bool) { |
no outgoing calls
no test coverage detected