Skip to content

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

Open
@umeshdkonda

Description

@umeshdkonda

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions