Skip to content

Commit 1f25188

Browse files
thomasschaferpaulrosca-snyk
authored andcommitted
chore: expose Bundle interface
1 parent 447e233 commit 1f25188

File tree

12 files changed

+10
-10
lines changed

12 files changed

+10
-10
lines changed
File renamed without changes.
File renamed without changes.

internal/bundle/bundle_manager_test.go renamed to bundle/bundle_manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/stretchr/testify/assert"
3030
"github.com/stretchr/testify/require"
3131

32-
"github.com/snyk/code-client-go/internal/bundle"
32+
"github.com/snyk/code-client-go/bundle"
3333
"github.com/snyk/code-client-go/internal/deepcode"
3434
deepcodeMocks "github.com/snyk/code-client-go/internal/deepcode/mocks"
3535
"github.com/snyk/code-client-go/internal/util"

internal/bundle/bundle_test.go renamed to bundle/bundle_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/stretchr/testify/assert"
2626
"github.com/stretchr/testify/require"
2727

28-
"github.com/snyk/code-client-go/internal/bundle"
28+
"github.com/snyk/code-client-go/bundle"
2929
"github.com/snyk/code-client-go/internal/deepcode"
3030
deepcodeMocks "github.com/snyk/code-client-go/internal/deepcode/mocks"
3131
"github.com/snyk/code-client-go/observability/mocks"
File renamed without changes.

internal/bundle/mocks/bundle.go renamed to bundle/mocks/bundle.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/bundle/mocks/bundle_manager.go renamed to bundle/mocks/bundle_manager.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/analysis/analysis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ import (
3232
"github.com/pkg/errors"
3333
"github.com/rs/zerolog"
3434

35+
"github.com/snyk/code-client-go/bundle"
3536
"github.com/snyk/code-client-go/config"
3637
codeClientHTTP "github.com/snyk/code-client-go/http"
3738
testApi "github.com/snyk/code-client-go/internal/api/test/2024-12-21"
3839
testModels "github.com/snyk/code-client-go/internal/api/test/2024-12-21/models"
39-
"github.com/snyk/code-client-go/internal/bundle"
4040
"github.com/snyk/code-client-go/observability"
4141
"github.com/snyk/code-client-go/sarif"
4242
"github.com/snyk/code-client-go/scan"

internal/analysis/analysis_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ import (
3333
"github.com/stretchr/testify/mock"
3434
"github.com/stretchr/testify/require"
3535

36+
mocks2 "github.com/snyk/code-client-go/bundle/mocks"
3637
confMocks "github.com/snyk/code-client-go/config/mocks"
3738
httpmocks "github.com/snyk/code-client-go/http/mocks"
3839
"github.com/snyk/code-client-go/internal/analysis"
3940
v20241221 "github.com/snyk/code-client-go/internal/api/test/2024-12-21"
40-
mocks2 "github.com/snyk/code-client-go/internal/bundle/mocks"
4141
"github.com/snyk/code-client-go/observability/mocks"
4242
"github.com/snyk/code-client-go/sarif"
4343
"github.com/snyk/code-client-go/scan"

internal/analysis/mocks/analysis.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)