Skip to content

Commit

Permalink
Add ListDocuments API (#309)
Browse files Browse the repository at this point in the history
- Split yorkie.protobuf into separate files
- Rename FetchHistory to ListChanges
  • Loading branch information
hackerwins authored Apr 17, 2022
1 parent 06a4479 commit 8022151
Show file tree
Hide file tree
Showing 27 changed files with 17,615 additions and 16,018 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ tools: ## install tools for developing yorkie
go generate -tags tools tools/tools.go

proto: ## generate proto files
protoc api/yorkie.proto \
-I=. \
protoc \
-I=./api \
-I=$(GOPATH)/src \
--gofast_out=plugins=grpc,\
Mgoogle/protobuf/timestamp.proto=github.com/gogo/protobuf/types,\
Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,:.
Mgoogle/protobuf/any.proto=github.com/gogo/protobuf/types,:./api \
api/*.proto

build: ## builds an executable that runs in the current environment
go build -o $(EXECUTABLE) -ldflags "${GO_LDFLAGS}" ./cmd/yorkie
Expand Down
Loading

0 comments on commit 8022151

Please sign in to comment.