Skip to content

Commit

Permalink
[Internal] Delete examples/mocking module (#1126)
Browse files Browse the repository at this point in the history
## What changes are proposed in this pull request?
This PR deletes the `examples/mocking` directory as it is no longer
maintained. This mocker example is built on the assumption that every
`service` has `WithImpl()` that is used to set the stubs for every
`service`. But this is no longer the case. This mocker is not even able
to compile.

## How is this tested?
N/A
  • Loading branch information
parthban-db authored Jan 19, 2025
1 parent 914ab6b commit 1045fb9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 125 deletions.
4 changes: 0 additions & 4 deletions examples/mocking/.gitignore

This file was deleted.

62 changes: 0 additions & 62 deletions examples/mocking/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions examples/mocking/dbfs_test.go

This file was deleted.

11 changes: 0 additions & 11 deletions examples/mocking/go.mod

This file was deleted.

0 comments on commit 1045fb9

Please sign in to comment.