Skip to content

Commit

Permalink
Merge pull request #59 from drobertduke/master
Browse files Browse the repository at this point in the history
Implement client interceptors for grpc-native-core
  • Loading branch information
murgatroid99 committed Feb 28, 2018
2 parents 5674367 + 40c445d commit 5e8e08e
Show file tree
Hide file tree
Showing 7 changed files with 3,706 additions and 344 deletions.
7 changes: 7 additions & 0 deletions packages/grpc-native-core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,8 @@ exports.writeFlags = constants.writeFlags;

exports.logVerbosity = constants.logVerbosity;

exports.methodTypes = constants.methodTypes;

exports.credentials = require('./src/credentials.js');

/**
Expand Down Expand Up @@ -266,6 +268,11 @@ exports.getClientChannel = client.getClientChannel;

exports.waitForClientReady = client.waitForClientReady;

exports.StatusBuilder = client.StatusBuilder;
exports.ListenerBuilder = client.ListenerBuilder;
exports.RequesterBuilder = client.RequesterBuilder;
exports.InterceptingCall = client.InterceptingCall;

/**
* @memberof grpc
* @alias grpc.closeClient
Expand Down
Loading

0 comments on commit 5e8e08e

Please sign in to comment.