Skip to content

Commit

Permalink
Switch all retryable client to gowrap (cadence-workflow#5569)
Browse files Browse the repository at this point in the history
* Switch all retryable client to gowrap
  • Loading branch information
3vilhamster authored Jan 3, 2024
1 parent 6d53cc1 commit c61a8e8
Show file tree
Hide file tree
Showing 15 changed files with 1,098 additions and 1,528 deletions.
1 change: 1 addition & 0 deletions client/admin/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (
)

//go:generate mockgen -package $GOPACKAGE -source $GOFILE -destination interface_mock.go -package admin github.com/uber/cadence/client/admin Client
//go:generate gowrap gen -g -p . -i Client -t ../templates/retry.tmpl -o ../wrappers/retryable/admin_generated.go -v client=Admin

// Client is the interface exposed by admin service client
type Client interface {
Expand Down
Loading

0 comments on commit c61a8e8

Please sign in to comment.