You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: