Skip to content

Commit

Permalink
Replace ThriftClient with GRPCClient
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Jun 8, 2020
1 parent 21aa885 commit a7665ee
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 117 deletions.
4 changes: 2 additions & 2 deletions lib/temporal/client.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'temporal/client/thrift_client'
require 'temporal/client/grpc_client'

module Temporal
module Client
CLIENT_TYPES_MAP = {
thrift: Temporal::Client::ThriftClient
grpc: Temporal::Client::GRPCClient
}.freeze

def self.generate
Expand Down
Loading

0 comments on commit a7665ee

Please sign in to comment.