SetKind sets the "kind" field.
(s string)
| 12950 | |
| 12951 | // SetKind sets the "kind" field. |
| 12952 | func (m *ReferrerMutation) SetKind(s string) { |
| 12953 | m.kind = &s |
| 12954 | } |
| 12955 | |
| 12956 | // Kind returns the value of the "kind" field in the mutation. |
| 12957 | func (m *ReferrerMutation) Kind() (r string, exists bool) { |