(t TestReporter)
| 943 | } |
| 944 | |
| 945 | func NewMockDescribeConfigsResponseWithErrorCode(t TestReporter) *MockDescribeConfigsResponseWithErrorCode { |
| 946 | return &MockDescribeConfigsResponseWithErrorCode{t: t} |
| 947 | } |
| 948 | |
| 949 | func (mr *MockDescribeConfigsResponseWithErrorCode) For(reqBody versionedDecoder) encoderWithHeader { |
| 950 | req := reqBody.(*DescribeConfigsRequest) |
no outgoing calls