Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with accessing helpers and protos internal package while creating new backend for oracle database #88

Open
umeshdkonda opened this issue Jan 9, 2025 · 0 comments

Comments

@umeshdkonda
Copy link

Hi,
I am trying to create a new backend implementation for using Oracle database. I am implementing the methods present in the Backend interface and also using the SQLite implementation as a reference. However, I am facing issue while importing the "Helpers" and "Protos" packages are they are under internal folder. Below is the error that I see

"could not import github.com/microsoft/durabletask-go/internal/helpers (invalid use of internal package "github.com/microsoft/durabletask-go/internal/helpers")compilerBrokenImport"

Is there any way that I can use these packages for implementing Oracle backend?

Thanks,

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

No branches or pull requests

1 participant