SetIsEnabled sets the "is_enabled" field.
(b bool)
| 8740 | |
| 8741 | // SetIsEnabled sets the "is_enabled" field. |
| 8742 | func (m *OAuthClientMutation) SetIsEnabled(b bool) { |
| 8743 | m.is_enabled = &b |
| 8744 | } |
| 8745 | |
| 8746 | // IsEnabled returns the value of the "is_enabled" field in the mutation. |
| 8747 | func (m *OAuthClientMutation) IsEnabled() (r bool, exists bool) { |
no outgoing calls
no test coverage detected