SetSerialized sets the "serialized" field.
(s string)
| 7955 | |
| 7956 | // SetSerialized sets the "serialized" field. |
| 7957 | func (m *EventMutation) SetSerialized(s string) { |
| 7958 | m.serialized = &s |
| 7959 | } |
| 7960 | |
| 7961 | // Serialized returns the value of the "serialized" field in the mutation. |
| 7962 | func (m *EventMutation) Serialized() (r string, exists bool) { |
no outgoing calls
no test coverage detected