MCPcopy
hub / github.com/IBM/sarama / MockFindCoordinatorResponse

Struct MockFindCoordinatorResponse

mockresponses.go:445–449  ·  view source on GitHub ↗

MockFindCoordinatorResponse is a `FindCoordinatorResponse` builder.

Source from the content-addressed store, hash-verified

443
444// MockFindCoordinatorResponse is a `FindCoordinatorResponse` builder.
445type MockFindCoordinatorResponse struct {
446 groupCoordinators map[string]any
447 transCoordinators map[string]any
448 t TestReporter
449}
450
451func NewMockFindCoordinatorResponse(t TestReporter) *MockFindCoordinatorResponse {
452 return &MockFindCoordinatorResponse{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected