| 1408 | } |
| 1409 | |
| 1410 | type mockClashAuthService struct{} |
| 1411 | |
| 1412 | func (s mockClashAuthService) AuthServiceType() string { return "mock-clash" } |
| 1413 | func (s mockClashAuthService) GetName() string { return "mock-clash" } |
nothing calls this directly
no outgoing calls
no test coverage detected