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

Struct MockListGroupsResponse

mockresponses.go:72–75  ·  mockresponses.go::MockListGroupsResponse

Source from the content-addressed store, hash-verified

70}
71
72type MockListGroupsResponse struct {
73 groups map[string]string
74 t TestReporter
75}
76
77func NewMockListGroupsResponse(t TestReporter) *MockListGroupsResponse {
78 return &MockListGroupsResponse{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected