[feat] 重新梳理依赖
This commit is contained in:
+4
-2
@@ -1,7 +1,9 @@
|
||||
package contracts
|
||||
|
||||
import "git.fsdpf.net/go/req"
|
||||
|
||||
type Captcha interface {
|
||||
RouteMiddleware
|
||||
req.RouteMiddleware
|
||||
Verify(answer string, clear bool) error
|
||||
Generate(captchaUuid, recipient, ip string, u User) (body string, id int64, err error)
|
||||
Generate(captchaUuid, recipient, ip string, u req.User) (body string, id int64, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user