gci write

This commit is contained in:
Craig O'Donnell 2023-02-06 21:17:39 -05:00
parent 013092e9bd
commit 916df56951
5 changed files with 10 additions and 5 deletions

View File

@ -17,10 +17,11 @@ package proxy
import ( import (
"strings" "strings"
"golang.org/x/time/rate"
"github.com/fatedier/frp/pkg/config" "github.com/fatedier/frp/pkg/config"
"github.com/fatedier/frp/pkg/util/util" "github.com/fatedier/frp/pkg/util/util"
"github.com/fatedier/frp/pkg/util/vhost" "github.com/fatedier/frp/pkg/util/vhost"
"golang.org/x/time/rate"
) )
type HTTPSProxy struct { type HTTPSProxy struct {

View File

@ -15,8 +15,9 @@
package proxy package proxy
import ( import (
"github.com/fatedier/frp/pkg/config"
"golang.org/x/time/rate" "golang.org/x/time/rate"
"github.com/fatedier/frp/pkg/config"
) )
type STCPProxy struct { type STCPProxy struct {

View File

@ -15,8 +15,9 @@
package proxy package proxy
import ( import (
"github.com/fatedier/frp/pkg/config"
"golang.org/x/time/rate" "golang.org/x/time/rate"
"github.com/fatedier/frp/pkg/config"
) )
type SUDPProxy struct { type SUDPProxy struct {

View File

@ -19,8 +19,9 @@ import (
"net" "net"
"strconv" "strconv"
"github.com/fatedier/frp/pkg/config"
"golang.org/x/time/rate" "golang.org/x/time/rate"
"github.com/fatedier/frp/pkg/config"
) )
type TCPProxy struct { type TCPProxy struct {

View File

@ -19,11 +19,12 @@ import (
"net" "net"
"strings" "strings"
"golang.org/x/time/rate"
"github.com/fatedier/frp/pkg/config" "github.com/fatedier/frp/pkg/config"
"github.com/fatedier/frp/pkg/consts" "github.com/fatedier/frp/pkg/consts"
"github.com/fatedier/frp/pkg/util/util" "github.com/fatedier/frp/pkg/util/util"
"github.com/fatedier/frp/pkg/util/vhost" "github.com/fatedier/frp/pkg/util/vhost"
"golang.org/x/time/rate"
) )
type TCPMuxProxy struct { type TCPMuxProxy struct {