Skip to content

Commit

Permalink
Fix names in protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Jan 17, 2025
1 parent c9d66c6 commit f1ac9aa
Show file tree
Hide file tree
Showing 15 changed files with 146 additions and 150 deletions.
43 changes: 21 additions & 22 deletions protogen/gen/opencloud/services/eventhistory/v0/eventhistory.pb.go

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

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"swagger": "2.0",
"info": {
"title": "ownCloud Infinite Scale thumbnails",
"title": "OpenCloud eventhistory",
"version": "1.0.0",
"contact": {
"name": "ownCloud GmbH",
"name": "OpenCloud GmbH",
"url": "https://github.com/opencloud-eu/opencloud",
"email": "support@owncloud.com"
"email": "support@opencloud.eu"
},
"license": {
"name": "Apache-2.0",
Expand Down Expand Up @@ -90,6 +90,6 @@
},
"externalDocs": {
"description": "Developer Manual",
"url": "https://owncloud.dev/services/thumbnails/"
"url": "https://docs.opencloud.eu/services/eventhistory/"
}
}
43 changes: 21 additions & 22 deletions protogen/gen/opencloud/services/policies/v0/policies.pb.go

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

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"swagger": "2.0",
"info": {
"title": "ownCloud Infinite Scale policies",
"title": "OpenCloud policies",
"version": "1.0.0",
"contact": {
"name": "ownCloud GmbH",
"name": "OpenCloud GmbH",
"url": "https://github.com/opencloud-eu/opencloud",
"email": "support@owncloud.com"
"email": "support@opencloud.eu"
},
"license": {
"name": "Apache-2.0",
Expand Down Expand Up @@ -211,6 +211,6 @@
},
"externalDocs": {
"description": "Developer Manual",
"url": "https://owncloud.dev/services/policies/"
"url": "https://docs.opencloud.eu/services/policies/"
}
}
43 changes: 21 additions & 22 deletions protogen/gen/opencloud/services/search/v0/search.pb.go

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

8 changes: 4 additions & 4 deletions protogen/gen/opencloud/services/search/v0/search.swagger.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"swagger": "2.0",
"info": {
"title": "ownCloud Infinite Scale search",
"title": "OpenCloud search",
"version": "1.0.0",
"contact": {
"name": "ownCloud GmbH",
"name": "OpenCloud GmbH",
"url": "https://github.com/opencloud-eu/opencloud",
"email": "support@owncloud.com"
"email": "support@opencloud.eu"
},
"license": {
"name": "Apache-2.0",
Expand Down Expand Up @@ -488,6 +488,6 @@
},
"externalDocs": {
"description": "Developer Manual",
"url": "https://owncloud.dev/services/search/"
"url": "https://docs.opencloud.eu/services/search/"
}
}
Loading

0 comments on commit f1ac9aa

Please sign in to comment.