Skip to content

Commit

Permalink
fbcode/mcrouter/ [B]
Browse files Browse the repository at this point in the history
Reviewed By: dtolnay

Differential Revision: D69085894

fbshipit-source-id: 46c51e88e7c2b744a399cff241e2d225ade7f61c
  • Loading branch information
generatedunixname226714639793621 authored and facebook-github-bot committed Feb 7, 2025
1 parent 2c429dc commit 35f0339
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mcrouter/lib/carbon/carbon.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ namespace py3 carbon.thrift
cpp_include "<mcrouter/lib/carbon/Keys.h>"

include "thrift/annotation/cpp.thrift"
include "thrift/annotation/thrift.thrift"

@thrift.DeprecatedUnvalidatedAnnotations{items = {"cpp.indirection": "1"}}
@cpp.Type{name = "carbon::Keys<folly::IOBuf>"}
typedef binary (cpp.indirection) IOBufKey
typedef binary IOBufKey

@thrift.DeprecatedUnvalidatedAnnotations{items = {"cpp.indirection": "1"}}
@cpp.Type{name = "carbon::Keys<std::string>"}
typedef binary (cpp.indirection) StringKey
typedef binary StringKey

@cpp.Type{name = "uint8_t"}
typedef byte ui8
Expand Down

0 comments on commit 35f0339

Please sign in to comment.