diff options
author | Konstantin Khlebnikov <khlebnikov@tracto.ai> | 2025-01-17 16:28:02 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-01-17 16:50:22 +0300 |
commit | 8f0659de7379958e51bd897dcd40067e780d3573 (patch) | |
tree | 2aa708917910ee2457614ad7dd3128ab81d68096 | |
parent | 5bf3fd8cf1463c43723f1c8ba9d2322073f93c04 (diff) | |
download | ydb-8f0659de7379958e51bd897dcd40067e780d3573.tar.gz |
Add yt bus handshake proto for golang
---
* Changelog entry
Type: feature
Component: go-sdk
Add go bus protobufs.
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/890
commit_hash:439e24ffb992272ede9dd88104793883457d8547
-rw-r--r-- | yt/yt_proto/yt/core/bus/proto/bus.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt_proto/yt/core/bus/proto/bus.proto b/yt/yt_proto/yt/core/bus/proto/bus.proto index 96638368f5..e4153d1a21 100644 --- a/yt/yt_proto/yt/core/bus/proto/bus.proto +++ b/yt/yt_proto/yt/core/bus/proto/bus.proto @@ -1,5 +1,7 @@ package NYT.NBus.NProto; +option go_package = "a.yandex-team.ru/yt/go/proto/core/bus"; + import "yt_proto/yt/core/misc/proto/guid.proto"; message THandshake |