Added update and verify scripts for automated mock generation

This commit is contained in:
Vikram Jadhav
2021-07-10 19:08:27 +05:30
committed by GitHub
parent bcd2ffbdc1
commit 5f674101bb
7 changed files with 234 additions and 0 deletions

View File

@@ -33,4 +33,7 @@ import (
// dependencies
_ "sigs.k8s.io/zeitgeist"
// mockgen
_ "github.com/golang/mock/mockgen"
)