Skip to content
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
186 changes: 0 additions & 186 deletions src/main/proto/kurrentdb/protocol/v1/code.proto

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/proto/kurrentdb/protocol/v1/status.proto

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/proto/kurrentdb/protocol/v1/streams.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package event_store.client.streams;
option java_package = "io.kurrent.dbclient.proto.streams";

import "kurrentdb/protocol/v1/shared.proto";
import "kurrentdb/protocol/v1/status.proto";
import "google/rpc/status.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
Expand Down
2 changes: 1 addition & 1 deletion src/main/proto/kurrentdb/protocol/v2/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option java_package = "io.kurrent.rpc";
option java_multiple_files = true;

import "google/protobuf/descriptor.proto";
import "kurrentdb/protocol/v1/code.proto";
import "google/rpc/code.proto";

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