Skip to content

Commit

Permalink
Add server interceptor logic
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Sep 17, 2020
1 parent 1773817 commit 3dc9fd8
Show file tree
Hide file tree
Showing 25 changed files with 1,205 additions and 43 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -28,7 +28,7 @@ test_python_client: generate build/clientcompat build/pycompat

setup:
./install_proto.bash
GOPATH=$(CURDIR)/_tools go install github.com/twitchtv/retool/...
GO111MODULE=off GOPATH=$(CURDIR)/_tools GOBIN=$(CURDIR)/_tools/bin go get github.com/twitchtv/retool
$(RETOOL) build

release_gen:
Expand Down
102 changes: 98 additions & 4 deletions clientcompat/internal/clientcompat/clientcompat.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 50 additions & 2 deletions example/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions internal/twirptest/empty_service/empty_service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 50 additions & 2 deletions internal/twirptest/gogo_compat/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3dc9fd8

Please sign in to comment.