Skip to content

Commit f5edc7b

Browse files
authored
Revert "SMI proto update"
1 parent 815ee12 commit f5edc7b

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)