Skip to content

Commit 354411c

Browse files
committed
fix: Imports in auth / events
1 parent 648ff8d commit 354411c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

v3/auth.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22

33
package aruna.api.v3;
44

5+
import "models.proto";
6+
57
service AuthService {
68
rpc Authorize(AuthorizeRequest) returns (AuthorizeResponse) {}
79
}

v3/events.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22

33
package aruna.api.v3;
44

5+
import "models.proto";
6+
57
service EventsService {
68
rpc GetEvents(GetEventsRequest) returns (GetEventsResponse) {}
79
}

0 commit comments

Comments
 (0)