-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* retooling protobuf * fixed buf generator to work properly * fix protocgen so make protocgen works, proto files generated * added statik, changelog * build proto files when change * split up docs for correct generation * commit removed file * deprecation(proto): replace go get with go install for rakyll/statik Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> Co-authored-by: Daniel Burckhardt <daniel.m.burckhardt@gmail.com>
- Loading branch information
1 parent
0318888
commit 4b5f924
Showing
8 changed files
with
91 additions
and
55 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
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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
version: v1 | ||
|
||
plugins: | ||
|
||
- name: gocosmos | ||
out: . | ||
opt: | ||
- plugins=interfacetype+grpc | ||
|
||
- name: grpc-gateway | ||
out: . | ||
opt: | ||
- logtostderr=true | ||
|
||
- name: doc | ||
out: ./docs/protocol | ||
opt: | ||
- ./docs/protodoc-markdown.tmpl,proto-docs.md | ||
strategy: all |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: v1 | ||
|
||
plugins: | ||
|
||
- name: gocosmos | ||
out: . | ||
opt: | ||
- plugins=interfacetype+grpc | ||
|
||
- name: grpc-gateway | ||
out: . | ||
opt: | ||
- logtostderr=true | ||
|
||
- name: swagger | ||
out: ./tmp-swagger-gen | ||
opt: | ||
- logtostderr=true | ||
- fqn_for_swagger_name=true | ||
- simple_operation_ids=true | ||
strategy: all |
This file was deleted.
Oops, something went wrong.
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
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