mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-03-29 19:59:54 +03:00
Chore: remove unused ErrInvalidType
This commit is contained in:
parent
b7af3f7341
commit
2565231867
1 changed files with 0 additions and 3 deletions
|
@ -3,7 +3,6 @@
|
||||||
package tunnel
|
package tunnel
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
@ -12,8 +11,6 @@ import (
|
||||||
"github.com/Dreamacro/clash/tunnel"
|
"github.com/Dreamacro/clash/tunnel"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ErrInvalidType = errors.New("invalid type")
|
|
||||||
|
|
||||||
type Provider struct {
|
type Provider struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
VehicleType string `json:"vehicleType"`
|
VehicleType string `json:"vehicleType"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue