Skip to content

Commit

Permalink
add persistencyManagerFactory mock
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenxia committed Oct 29, 2024
1 parent 62a4250 commit 648d2d4
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/cli/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

//go:generate mockgen -package $GOPACKAGE -source $GOFILE -destination database_mock.go -self_package github.com/uber/cadence/tools/cli

package cli

import (
Expand Down
119 changes: 119 additions & 0 deletions tools/cli/database_mock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 648d2d4

Please sign in to comment.