Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Oct 14, 2015
1 parent 8ca154a commit 18ea035
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions GUIDE.rst
Expand Up @@ -84,8 +84,9 @@ This defines a service named ``KeyValue`` with two functions:
Thrift Types
------------

TChannel uses custom Thrift behavior, so we can't use the Apache compiler's
generated code. Instead we’re going to dynamically generate our Thrift types.
TChannel has some custom behavior so it can't use the code generated by the
Apache Thrift code generator. Instead we’re going to dynamically generate our
Thrift types.

Open up ``keyvalue/thrift.py``:

Expand Down

0 comments on commit 18ea035

Please sign in to comment.