Skip to content

Conversation

MichaelSnowden
Copy link
Contributor

What changed?
I removed the Temporal interface in ./host, and I also made the newTemporal method unexported.

Why?
The Temporal interface was not used, and the newTemporal method returns an unexported type, so it should also be unexported.

How did you test it?
CI

Potential risks
There could be some people who rely on this interface currently. However, the temporalImpl struct doesn't even implement this interface, so I'm not sure how they'd be using it.

Is hotfix candidate?
No.

@MichaelSnowden MichaelSnowden requested a review from a team as a code owner December 22, 2022 19:14
@MichaelSnowden MichaelSnowden merged commit ba2d711 into master Dec 23, 2022
@MichaelSnowden MichaelSnowden deleted the snowden/temporal-iface branch December 23, 2022 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants