Skip to content

Commit c66a9ab

Browse files
committed
Test
1 parent f8b0198 commit c66a9ab

File tree

4 files changed

+2
-237
lines changed

4 files changed

+2
-237
lines changed

src/main/proto/kurrentdb/protocol/v1/code.proto

Lines changed: 0 additions & 186 deletions
This file was deleted.

src/main/proto/kurrentdb/protocol/v1/status.proto

Lines changed: 0 additions & 49 deletions
This file was deleted.

src/main/proto/kurrentdb/protocol/v1/streams.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package event_store.client.streams;
33
option java_package = "io.kurrent.dbclient.proto.streams";
44

55
import "kurrentdb/protocol/v1/shared.proto";
6-
import "kurrentdb/protocol/v1/status.proto";
6+
import "google/rpc/status.proto";
77
import "google/protobuf/duration.proto";
88
import "google/protobuf/empty.proto";
99
import "google/protobuf/timestamp.proto";

src/main/proto/kurrentdb/protocol/v2/rpc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ option java_package = "io.kurrent.rpc";
1212
option java_multiple_files = true;
1313

1414
import "google/protobuf/descriptor.proto";
15-
import "kurrentdb/protocol/v1/code.proto";
15+
import "google/rpc/code.proto";
1616

1717
// ErrorMetadata provides actionable information for error enum values to enable automated
1818
// code generation, documentation, and consistent error handling across the Kurrent platform.

0 commit comments

Comments
 (0)