SetAuthType sets the "auth_type" field.
(s string)
| 9287 | |
| 9288 | // SetAuthType sets the "auth_type" field. |
| 9289 | func (m *MachineMutation) SetAuthType(s string) { |
| 9290 | m.auth_type = &s |
| 9291 | } |
| 9292 | |
| 9293 | // AuthType returns the value of the "auth_type" field in the mutation. |
| 9294 | func (m *MachineMutation) AuthType() (r string, exists bool) { |