add done func to mock

This commit is contained in:
Livio Amstutz 2019-12-18 16:06:17 +01:00
parent 462b5c83cd
commit 2f5dd04888

View file

@ -103,6 +103,10 @@ func (a *AuthRequest) GetSubject() string {
return "sub"
}
func (a *AuthRequest) Done() bool {
return true
}
var (
a = &AuthRequest{}
t bool