Skip to content

Commit

Permalink
fix(gql): changed ReceiverID field name in convertEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton committed Aug 23, 2018
1 parent 4752320 commit 5aa8649
Show file tree
Hide file tree
Showing 20 changed files with 3,826 additions and 2,493 deletions.
5 changes: 2 additions & 3 deletions core/Makefile
Expand Up @@ -101,10 +101,9 @@ dev-deps:
api/client/berty.node.service.gen.go: $(PROTOS)
@# FIXME: implement `uniq` in make
@set -e; for protodir in `echo $(dir $(SERVICE_PROTOS)) | tr " " "\n" | uniq`; do (set -xe; \
$(PROTOC) $(PROTOC_OPTS) --gotemplate_out=debug=false,all=false,single-package-mode=true,template_dir=./api/client:./api/client $$protodir/*.proto; \
$(PROTOC) $(PROTOC_OPTS) --gotemplate_out=debug=true,all=false,single-package-mode=true,template_dir=./api/client:./api/client $$protodir/*.proto; \
); done
goimports -w ./api/client/

goimports -w ./api/client

api/p2p/kind.gen.go: $(PROTOS)
$(PROTOC) $(PROTOC_OPTS) --gotemplate_out=debug=false,single-package-mode=true,all=true,template_dir=./api/p2p:./api/p2p ./api/p2p/kind.proto
Expand Down
205 changes: 83 additions & 122 deletions core/api/client/berty.node.service.gen.go

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

0 comments on commit 5aa8649

Please sign in to comment.