add done func to mock
This commit is contained in:
parent
462b5c83cd
commit
2f5dd04888
1 changed files with 4 additions and 0 deletions
|
@ -103,6 +103,10 @@ func (a *AuthRequest) GetSubject() string {
|
|||
return "sub"
|
||||
}
|
||||
|
||||
func (a *AuthRequest) Done() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
var (
|
||||
a = &AuthRequest{}
|
||||
t bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue