Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jul 22, 2023
1 parent 04c6b00 commit cb17da2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/proxystream/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/json"
"fmt"
"net"
"time"

"github.com/centrifugal/centrifugo/v5/internal/proxystreamproto"
Expand Down Expand Up @@ -56,8 +55,6 @@ type Config struct {
GrpcCredentialsKey string `mapstructure:"grpc_credentials_key" json:"grpc_credentials_key,omitempty"`
// GrpcCredentialsValue is a custom value for GrpcCredentialsKey.
GrpcCredentialsValue string `mapstructure:"grpc_credentials_value" json:"grpc_credentials_value,omitempty"`

testGrpcDialer func(context.Context, string) (net.Conn, error)
}

type PerCallData struct {
Expand Down

0 comments on commit cb17da2

Please sign in to comment.