| 70 | } |
| 71 | |
| 72 | type MockListGroupsResponse struct { |
| 73 | groups map[string]string |
| 74 | t TestReporter |
| 75 | } |
| 76 | |
| 77 | func NewMockListGroupsResponse(t TestReporter) *MockListGroupsResponse { |
| 78 | return &MockListGroupsResponse{ |
nothing calls this directly
no outgoing calls
no test coverage detected