Skip to content

Commit c5442b3

Browse files
authored
Merge pull request #68 from layer5io/revert-66-smiProtoUpdate
Revert "SMI proto update"
2 parents 815ee12 + f5edc7b commit c5442b3

10 files changed

Lines changed: 551 additions & 1443 deletions

File tree

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
package main
1+
package conformance
22

33
import (
44
context "context"
55

6-
"github.com/layer5io/learn-layer5/smi-conformance/proto"
76
"github.com/sirupsen/logrus"
87
"google.golang.org/grpc"
98
)
@@ -30,7 +29,7 @@ func CreateClient(ctx context.Context, conformanceLocationURL string) (*Conforma
3029
logrus.Errorf("fail to dial: %v", err)
3130
}
3231

33-
cClient := proto.NewConformanceTestingClient(conn)
32+
cClient := NewConformanceTestingClient(conn)
3433

3534
return &ConformanceClient{
3635
conn: conn,

0 commit comments

Comments
 (0)