Skip to content

Commit

Permalink
chore: generator package refactoring (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Luz Almeida <[email protected]>
  • Loading branch information
leoluz authored Oct 16, 2024
1 parent 5cac08b commit dbfc485
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package generator_test
import (
"testing"

"github.com/argoproj-labs/ephemeral-access/internal/pkg/generator"
"github.com/argoproj-labs/ephemeral-access/internal/backend/generator"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion internal/backend/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"

api "github.com/argoproj-labs/ephemeral-access/api/ephemeral-access/v1alpha1"
"github.com/argoproj-labs/ephemeral-access/internal/pkg/generator"
"github.com/argoproj-labs/ephemeral-access/internal/backend/generator"
"github.com/argoproj-labs/ephemeral-access/pkg/log"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit dbfc485

Please sign in to comment.