IsEnabled checks if project oauth provider is enabled.
()
| 99 | |
| 100 | // IsEnabled checks if project oauth provider is enabled. |
| 101 | func (c *ProjectOAuthConfig) IsEnabled() bool { |
| 102 | return c != nil && c.Enabled != nil && *c.Enabled |
| 103 | } |
| 104 | |
| 105 | // ProjectTableConfig defines the table config object. |
| 106 | type ProjectTableConfig struct { |
no outgoing calls
no test coverage detected