improve: 简化嗅探流程

This commit is contained in:
Mmx233
2023-06-04 21:02:14 +08:00
parent 6ce42757af
commit 9bc2beef75
4 changed files with 20 additions and 10 deletions

View File

@@ -4,4 +4,5 @@ import "errors"
var (
ErrResultCannotFound = errors.New("result cannot found from response")
ErrAcidCannotFound = errors.New("acid not found")
)