完成complete方法

This commit is contained in:
chenjiekun
2023-03-01 18:09:23 +08:00
parent 1c0e58563d
commit bf7143c930
6 changed files with 186 additions and 13 deletions

View File

@@ -1 +1,5 @@
package proxy_mirror
import "github.com/pkg/errors"
var ErrUnsupportedType = errors.New("send mirror proxy fail. Unsupported Context Type")