| 508 | } |
| 509 | |
| 510 | type mockProviderUserPrefix struct { |
| 511 | string |
| 512 | } |
| 513 | |
| 514 | func (m mockProviderUserPrefix) Apply(provider *auth.OIDCProvider) { |
| 515 | provider.UserPrefix = m.string |
nothing calls this directly
no outgoing calls
no test coverage detected