revive:disable:unexported-return
()
| 416 | |
| 417 | //revive:disable:unexported-return |
| 418 | func NewDynamodbClientMock() *MockDynamodbClient { |
| 419 | return &MockDynamodbClient{} |
| 420 | } |
| 421 | |
| 422 | //revive:enable:unexported-return |
| 423 |
no outgoing calls
no test coverage detected