MockFindCoordinatorResponse is a `FindCoordinatorResponse` builder.
| 443 | |
| 444 | // MockFindCoordinatorResponse is a `FindCoordinatorResponse` builder. |
| 445 | type MockFindCoordinatorResponse struct { |
| 446 | groupCoordinators map[string]any |
| 447 | transCoordinators map[string]any |
| 448 | t TestReporter |
| 449 | } |
| 450 | |
| 451 | func NewMockFindCoordinatorResponse(t TestReporter) *MockFindCoordinatorResponse { |
| 452 | return &MockFindCoordinatorResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected