Skip to content

Commit b1661f8

Browse files
authored
use grcp client for gateway (#3)
1 parent 69238c9 commit b1661f8

5 files changed

Lines changed: 343 additions & 107 deletions

File tree

api/annotations.pb.go

Lines changed: 85 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/authz.pb.go

Lines changed: 129 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ require (
2525
google.golang.org/genproto v0.0.0-20200808173500-a06252235341 // indirect
2626
google.golang.org/grpc v1.31.0
2727
google.golang.org/grpc/examples v0.0.0-20200807164945-d3e3e7a46f57 // indirect
28+
google.golang.org/protobuf v1.25.0
2829
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
2930
)

0 commit comments

Comments
 (0)