Skip to content

Commit

Permalink
Correct doc on DataConverter (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackieli-tes authored Jun 23, 2021
1 parent 0550203 commit e8455cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ type (
Identity string

// Optional: Sets DataConverter to customize serialization/deserialization of arguments in Temporal
// default: defaultDataConverter, an combination of thriftEncoder and jsonEncoder
// default: defaultDataConverter, an combination of google protobuf converter, gogo protobuf converter and json converter
DataConverter converter.DataConverter

// Optional: Sets opentracing Tracer that is to be used to emit tracing information
Expand Down

0 comments on commit e8455cb

Please sign in to comment.