mirror of
https://github.com/eolinker/apinto
synced 2025-10-16 05:40:54 +08:00
6 lines
142 B
Go
6 lines
142 B
Go
package proxy_mirror
|
|
|
|
import "github.com/pkg/errors"
|
|
|
|
var ErrUnsupportedType = errors.New("send mirror proxy fail. Unsupported Context Type")
|