-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the protobuf definitons to the latest version and implement the new request and response message.
- Loading branch information
1 parent
b925611
commit 594376a
Showing
6 changed files
with
2,102 additions
and
1,716 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ compile-proto: | |
&& apt-get install --yes --no-install-recommends protobuf-compiler=3.* \ | ||
&& rm -rf /var/lib/apt/lists/* \ | ||
&& go install google.golang.org/protobuf/cmd/[email protected] | ||
GIT CLONE --branch 86 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages | ||
GIT CLONE --branch 88 https://github.com/spotware/openapi-proto-messages.git openapi-proto-messages | ||
RUN cd openapi-proto-messages \ | ||
&& protoc --go_out=. --go_opt=paths=source_relative *.proto \ | ||
&& find . ! \( -name '*.go' \) -delete | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.