Skip to content

Commit 815ee12

Browse files
authored
Merge pull request #66 from dhruv0000/smiProtoUpdate
SMI proto update
2 parents 4046865 + f950b17 commit 815ee12

10 files changed

Lines changed: 1443 additions & 551 deletions

File tree

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

33
import (
44
context "context"
55

6+
"github.com/layer5io/learn-layer5/smi-conformance/proto"
67
"github.com/sirupsen/logrus"
78
"google.golang.org/grpc"
89
)
@@ -29,7 +30,7 @@ func CreateClient(ctx context.Context, conformanceLocationURL string) (*Conforma
2930
logrus.Errorf("fail to dial: %v", err)
3031
}
3132

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

3435
return &ConformanceClient{
3536
conn: conn,

0 commit comments

Comments
 (0)