SetSecret sets the "secret" field.
(s string)
| 8481 | |
| 8482 | // SetSecret sets the "secret" field. |
| 8483 | func (m *OAuthClientMutation) SetSecret(s string) { |
| 8484 | m.secret = &s |
| 8485 | } |
| 8486 | |
| 8487 | // Secret returns the value of the "secret" field in the mutation. |
| 8488 | func (m *OAuthClientMutation) Secret() (r string, exists bool) { |
no outgoing calls
no test coverage detected