File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 2525mocks :
2626 mockgen --source $(GOPATH ) /pkg/mod/github.com/mittwald/go-helm-client@v0.12.15/interface.go -destination internal/helm/mock/mock.go -package mock
2727 mockgen --source internal/http/client.go -destination internal/http/mock/mock.go -package mock
28+ mockgen --source internal/ui/ui.go -destination internal/ui/mock/mock.go -package mock
29+ mockgen --source internal/airbox/config_store.go -destination internal/airbox/mock/config.go -package mock
30+ mockgen --source internal/auth/auth.go -destination internal/auth/mocks_creds_test.go -package auth
31+ mockgen --source internal/api/client.go -destination internal/api/mock/mock.go -package mock
32+ mockgen --source internal/k8s/cluster.go -destination internal/k8s/mock/cluster.go -package mock
2833
2934.PHONY : tools
3035tools :
You can’t perform that action at this time.
0 commit comments