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

Struct MockDescribeGroupsResponse

mockresponses.go:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type MockDescribeGroupsResponse struct {
99 groups map[string]*GroupDescription
100 t TestReporter
101}
102
103func NewMockDescribeGroupsResponse(t TestReporter) *MockDescribeGroupsResponse {
104 return &MockDescribeGroupsResponse{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected