SetVersion sets the "version" field.
(s string)
| 9202 | |
| 9203 | // SetVersion sets the "version" field. |
| 9204 | func (m *MachineMutation) SetVersion(s string) { |
| 9205 | m.version = &s |
| 9206 | } |
| 9207 | |
| 9208 | // Version returns the value of the "version" field in the mutation. |
| 9209 | func (m *MachineMutation) Version() (r string, exists bool) { |