cli
cli copied to clipboard
Don't depend on server internals
As part of #584, I discovered we depend on some non-public Server APIs for dealing with task queues. We should not do this, since these APIs might change at a moment's notice.
We should scrub the codebase to remove any dependencies on Server internals.
We should scrub the codebase to remove any dependencies on Server internals.
To clarify, remove any import of go.temporal.io/server anywhere but the devserver package (maybe)