Commit 91e4db7
Refactor to support Open Core by making internal packages public
Renamed all 'internal/' directories across the repository (in nexus-broker,
nexus-gateway, and nexus-bridge) to 'pkg/' so they can be imported by
external modules. Updated all corresponding import statements throughout
the codebase to reflect the new 'pkg/' paths instead of 'internal/'.
Ensured code compiles and all tests pass after changes.
Co-authored-by: sangalo20 <118658385+sangalo20@users.noreply.github.com>1 parent 2fc15a3 commit 91e4db7
45 files changed
Lines changed: 30 additions & 30 deletions
File tree
- docs/services
- nexus-bridge
- pkg/auth
- nexus-broker
- cmd/nexus-broker
- pkg
- auth
- caching
- discovery
- handlers
- oidc
- provider
- server
- storage
- vault
- nexus-gateway
- cmd
- nexus-grpc
- nexus-rest
- pkg
- broker
- grpc
- logging
- server
- usecase
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
File renamed without changes.
0 commit comments