SetGUID sets the "guid" field.
(s string)
| 68 | |
| 69 | // SetGUID sets the "guid" field. |
| 70 | func (occ *OAuthClientCreate) SetGUID(s string) *OAuthClientCreate { |
| 71 | occ.mutation.SetGUID(s) |
| 72 | return occ |
| 73 | } |
| 74 | |
| 75 | // SetSecret sets the "secret" field. |
| 76 | func (occ *OAuthClientCreate) SetSecret(s string) *OAuthClientCreate { |
nothing calls this directly
no outgoing calls
no test coverage detected