Skip to content

Commit

Permalink
Merge branch 'master' into jwt_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas-sidlauskas authored Jan 19, 2024
2 parents 0c5119a + bed6774 commit a0a5125
Show file tree
Hide file tree
Showing 33 changed files with 1,473 additions and 1,038 deletions.
2 changes: 2 additions & 0 deletions common/quotas/dynamicratelimiterfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

//go:generate mockgen -package=$GOPACKAGE -destination=limiterfactory_mock.go github.com/uber/cadence/common/quotas LimiterFactory

package quotas

import "github.com/uber/cadence/common/dynamicconfig"
Expand Down
2 changes: 2 additions & 0 deletions common/quotas/interfaces.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 -destination=limiter_mock.go github.com/uber/cadence/common/quotas Limiter

package quotas

import (
Expand Down
100 changes: 100 additions & 0 deletions common/quotas/limiter_mock.go

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

70 changes: 70 additions & 0 deletions common/quotas/limiterfactory_mock.go

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

Loading

0 comments on commit a0a5125

Please sign in to comment.