| 96 | } |
| 97 | |
| 98 | type MockDescribeGroupsResponse struct { |
| 99 | groups map[string]*GroupDescription |
| 100 | t TestReporter |
| 101 | } |
| 102 | |
| 103 | func NewMockDescribeGroupsResponse(t TestReporter) *MockDescribeGroupsResponse { |
| 104 | return &MockDescribeGroupsResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected