Skip to content

Commit

Permalink
Commit from GitHub Actions (npm/java package publisher)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 1, 2023
1 parent 8fc38e5 commit f5a17e1
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 83 deletions.
8 changes: 4 additions & 4 deletions doc/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
Expand Down Expand Up @@ -118,13 +118,13 @@
{
"name": "operator_second",
"description": "",
"label": "optional",
"label": "",
"type": "double",
"longType": "double",
"fullType": "double",
"ismap": false,
"isoneof": true,
"oneofdecl": "_operator_second",
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ <h3 id="services.calculate.v1.AdditionRequest">AdditionRequest</h3>
<tr>
<td>operator_second</td>
<td><a href="#double">double</a></td>
<td>optional</td>
<td></td>
<td><p> </p></td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
| ----- | ---- | ----- | ----------- |
| operation | [calculator.v1.Operation](#calculator-v1-Operation) | | |
| operator_first | [double](#double) | | |
| operator_second | [double](#double) | optional | |
| operator_second | [double](#double) | | |
| map | [google.protobuf.Struct](#google-protobuf-Struct) | | |


Expand Down
151 changes: 74 additions & 77 deletions go/services/calculate/v1/calculate.pb.go

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

0 comments on commit f5a17e1

Please sign in to comment.