mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-21 08:35:20 -05:00
Chore: change module name (#677)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Code generated by MockGen. DO NOT EDIT.
|
||||
// Source: v2ray.com/core/proxy (interfaces: Inbound,Outbound)
|
||||
// Source: github.com/v2fly/v2ray-core/v4/proxy (interfaces: Inbound,Outbound)
|
||||
|
||||
// Package mocks is a generated GoMock package.
|
||||
package mocks
|
||||
@@ -7,11 +7,11 @@ package mocks
|
||||
import (
|
||||
context "context"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
net "github.com/v2fly/v2ray-core/v4/common/net"
|
||||
routing "github.com/v2fly/v2ray-core/v4/features/routing"
|
||||
transport "github.com/v2fly/v2ray-core/v4/transport"
|
||||
internet "github.com/v2fly/v2ray-core/v4/transport/internet"
|
||||
reflect "reflect"
|
||||
net "v2ray.com/core/common/net"
|
||||
routing "v2ray.com/core/features/routing"
|
||||
transport "v2ray.com/core/transport"
|
||||
internet "v2ray.com/core/transport/internet"
|
||||
)
|
||||
|
||||
// ProxyInbound is a mock of Inbound interface
|
||||
|
||||
Reference in New Issue
Block a user