mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
* Change 'EndOfFile' property to int64 from uint32 * Plumb the new int64 'EndOfFile' field through the rest of the backend and client * Switch 'size' field of truncate requests to uint64 instead of int64 * Update everything downstream of the new uint64 'size' field * Update lib/srv/desktop/tdp/protocol/tdpb/translate.go Co-authored-by: Przemko Robakowski <przemko.robakowski@goteleport.com> --------- Co-authored-by: Przemko Robakowski <przemko.robakowski@goteleport.com>
Teleport API Protocol Buffers
This folder contains Teleport API data structures and RPC declarations. Each time you modify any of the .proto files, you need to run make grpc to rebuild the autogenerated source files.