Skip to content

Commit

Permalink
export transport and protocol
Browse files Browse the repository at this point in the history
Conflicts:

	lib/thrift/index.js
  • Loading branch information
Russell Haering authored and wadey committed Oct 5, 2011
1 parent 83f04e9 commit 0cf6566
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/thrift/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ exports.createClient = connection.createClient;
exports.createConnection = connection.createConnection;

exports.createServer = require('./server').createServer;
exports.transport = require('./transport');
exports.protocol = require('./protocol');

0 comments on commit 0cf6566

Please sign in to comment.