Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit e35fbca

Browse files
committed
fixup code generation.
1 parent 65f3778 commit e35fbca

19 files changed

+2169
-3864
lines changed

protos/code/code.pb.go

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/gossip.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
syntax = "proto3";
22
package event_store.client.gossip;
33
option java_package = "com.eventstore.dbclient.proto.gossip";
4-
option go_package = "github.com/EventStore/EventStore-Client-Go/v4/protos/gossip";
4+
option go_package = "github.com/EventStore/EventStore-Client-Go/v1/protos/gossip";
55

66
import "shared.proto";
77

protos/gossip/gossip.pb.go

Lines changed: 36 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/gossip/gossip_grpc.pb.go

Lines changed: 21 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/persistent.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
syntax = "proto3";
22
package event_store.client.persistent_subscriptions;
33
option java_package = "com.eventstore.dbclient.proto.persistentsubscriptions";
4-
option go_package = "github.com/EventStore/EventStore-Client-Go/v4/protos/persistent";
4+
option go_package = "github.com/EventStore/EventStore-Client-Go/v1/protos/persistent";
55

66
import "shared.proto";
77

0 commit comments

Comments
 (0)