SetGUID sets the "guid" field.
(s string)
| 8445 | |
| 8446 | // SetGUID sets the "guid" field. |
| 8447 | func (m *OAuthClientMutation) SetGUID(s string) { |
| 8448 | m.guid = &s |
| 8449 | } |
| 8450 | |
| 8451 | // GUID returns the value of the "guid" field in the mutation. |
| 8452 | func (m *OAuthClientMutation) GUID() (r string, exists bool) { |
no outgoing calls
no test coverage detected