uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.
https://cadenceworkflow.io
MIT License
345 stars 131 forks source link

Expose interface to be able to use it on the server #1119

Closed iamrodrigo closed 3 years ago

iamrodrigo commented 3 years ago

What changed? Internal interface is exposed

Why? Currently server is not able to access to it

How did you test it?

Potential risks None since this is not working in prod yet

iamrodrigo commented 3 years ago

@longquanzheng ping to review this for the other PR please :)

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build e9d180e5-2525-495e-888d-df7743e54a37


Changes Missing Coverage Covered Lines Changed/Added Lines %
worker/worker.go 0 2 0.0%
<!-- Total: 1 3 33.33% -->
Files with Coverage Reduction New Missed Lines %
worker/worker.go 1 16.67%
internal/common/convert.go 3 84.62%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build e896a605-97a0-44b7-a24f-a908a2c1b1b8: -0.006%
Covered Lines: 12148
Relevant Lines: 16983

💛 - Coveralls