Skip to content

Commit

Permalink
Regenerate files based on ProtoBuf schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
enoperm committed Jan 16, 2022
1 parent 8b40343 commit 3a3aecb
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 124 deletions.
2 changes: 1 addition & 1 deletion gen/go/headscale/v1/device.pb.go

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

2 changes: 1 addition & 1 deletion gen/go/headscale/v1/headscale.pb.go

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

234 changes: 117 additions & 117 deletions gen/go/headscale/v1/machine.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gen/go/headscale/v1/namespace.pb.go

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

2 changes: 1 addition & 1 deletion gen/go/headscale/v1/preauthkey.pb.go

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

2 changes: 1 addition & 1 deletion gen/go/headscale/v1/routes.pb.go

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

7 changes: 5 additions & 2 deletions gen/openapiv2/headscale/v1/headscale.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,11 @@
"discoKey": {
"type": "string"
},
"ipAddress": {
"type": "string"
"ipAddresses": {
"type": "array",
"items": {
"type": "string"
}
},
"name": {
"type": "string"
Expand Down

0 comments on commit 3a3aecb

Please sign in to comment.