Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix names in protobuf #59

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆

}
}
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
Loading