some tests

This commit is contained in:
Livio Amstutz 2019-11-29 13:58:33 +01:00
parent 83807ea767
commit 18a17e1b94
5 changed files with 233 additions and 55 deletions

View file

@ -2,3 +2,4 @@ package mock
//go:generate mockgen -package mock -destination ./storage.mock.go github.com/caos/oidc/pkg/op Storage
//go:generate mockgen -package mock -destination ./authorizer.mock.go github.com/caos/oidc/pkg/op Authorizer
//go:generate mockgen -package mock -destination ./client.mock.go github.com/caos/oidc/pkg/op Client