Skip to content

Commit

Permalink
deleted unused value
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Apr 13, 2023
1 parent 54f898c commit 5db0546
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkg/gateway/mirror/service/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package service
import (
"context"
"reflect"
"time"

"github.com/vdaas/vald/apis/grpc/v1/vald"
client "github.com/vdaas/vald/internal/client/v1/client/mirror"
Expand Down Expand Up @@ -48,10 +47,9 @@ type Gateway interface {
}

type gateway struct {
client client.Client // Mirror Gateway client for other clusters and to the Vald gateway (LB gateway) client for own cluster.
eg errgroup.Group
advertiseDur time.Duration
podName string
client client.Client // Mirror Gateway client for other clusters and to the Vald gateway (LB gateway) client for own cluster.
eg errgroup.Group
podName string
}

func NewGateway(opts ...Option) (Gateway, error) {
Expand Down

0 comments on commit 5db0546

Please sign in to comment.