Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fachstellen-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
fachstellen-proxy
Commits
ee76ff87
Commit
ee76ff87
authored
5 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-7014 fix grpc packages in proto file
parent
1c87174a
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
api/gateway-config.yml
+1
-1
1 addition, 1 deletion
api/gateway-config.yml
api/proto/fachstelleregistration.model.proto
+5
-1
5 additions, 1 deletion
api/proto/fachstelleregistration.model.proto
api/proto/fachstelleregistration.proto
+5
-1
5 additions, 1 deletion
api/proto/fachstelleregistration.proto
with
11 additions
and
3 deletions
api/gateway-config.yml
+
1
−
1
View file @
ee76ff87
...
...
@@ -3,7 +3,7 @@ config_version: 3
http
:
rules
:
-
selector
:
de.ozgcloud.fachstelle
nproxy
.FachstelleRegistrationService.Register
-
selector
:
de.ozgcloud.
zufi.grpc.
fachstelle.FachstelleRegistrationService.Register
post
:
/api/fachstellen
body
:
"
*"
-
selector
:
de.ozgcloud.collaboration.CollaborationService.FindVorgang
...
...
This diff is collapsed.
Click to expand it.
api/proto/fachstelleregistration.model.proto
+
5
−
1
View file @
ee76ff87
...
...
@@ -25,10 +25,14 @@
syntax
=
"proto3"
;
package
de
.
ozgcloud.fachstelle
nproxy
;
package
de
.
ozgcloud.
zufi.grpc.
fachstelle
;
option
go_package
=
"de.ozgcloud.fachstellenproxy"
;
option
java_multiple_files
=
true
;
option
java_package
=
"de.ozgcloud.zufi.grpc.fachstelle"
;
option
java_outer_classname
=
"FachstelleRegistrationModelProto"
;
message
GrpcFachstelleRegistrationRequest
{
string
mukId
=
1
;
string
firmenName
=
2
;
...
...
This diff is collapsed.
Click to expand it.
api/proto/fachstelleregistration.proto
+
5
−
1
View file @
ee76ff87
...
...
@@ -25,12 +25,16 @@
syntax
=
"proto3"
;
package
de
.
ozgcloud.fachstelle
nproxy
;
package
de
.
ozgcloud.
zufi.grpc.
fachstelle
;
import
"fachstelleregistration.model.proto"
;
option
go_package
=
"de.ozgcloud.fachstellenproxy"
;
option
java_multiple_files
=
true
;
option
java_package
=
"de.ozgcloud.zufi.grpc.fachstelle"
;
option
java_outer_classname
=
"FachstelleRegistrationProto"
;
service
FachstelleRegistrationService
{
rpc
Register
(
GrpcFachstelleRegistrationRequest
)
returns
(
GrpcFachstelleRegistrationResponse
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment