We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648ff8d commit 354411cCopy full SHA for 354411c
v3/auth.proto
@@ -2,6 +2,8 @@ syntax = "proto3";
2
3
package aruna.api.v3;
4
5
+import "models.proto";
6
+
7
service AuthService {
8
rpc Authorize(AuthorizeRequest) returns (AuthorizeResponse) {}
9
}
v3/events.proto
service EventsService {
rpc GetEvents(GetEventsRequest) returns (GetEventsResponse) {}
0 commit comments