Skip to content

Commit d2bd93d

Browse files
authored
Fix/GitHub (#70)
1 parent b7419cd commit d2bd93d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/security/security.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package security
22

3+
import "context"
4+
35
/*
46
* @Author: lwnmengjing
57
* @Date: 2021/6/23 5:44 下午
@@ -14,5 +16,5 @@ type Verifier interface {
1416
GetRoleID() string
1517
GetEmail() string
1618
GetUsername() string
17-
Verify() (bool, Verifier, error)
19+
Verify(context.Context) (bool, Verifier, error)
1820
}

0 commit comments

Comments
 (0)