Skip to content

Commit

Permalink
Nick/neos 675 add support for bastion ssh tunneling to databases (par…
Browse files Browse the repository at this point in the history
…t 1) (#1184)
  • Loading branch information
nickzelei authored Jan 26, 2024
1 parent fabe7ec commit a694c16
Show file tree
Hide file tree
Showing 27 changed files with 3,436 additions and 781 deletions.
10 changes: 6 additions & 4 deletions .mockery.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
quiet: False
disable-version-string: True
with-expecter: True
filename: 'mock_{{.InterfaceName}}.go'
dir: '{{.InterfaceDir}}'
mockname: 'Mock{{.InterfaceName}}'
outpkg: '{{.PackageName}}'
filename: "mock_{{.InterfaceName}}.go"
dir: "{{.InterfaceDir}}"
mockname: "Mock{{.InterfaceName}}"
outpkg: "{{.PackageName}}"
inpackage: True
packages:
github.com/nucleuscloud/neosync/backend/internal/auth/jwt:
Expand Down Expand Up @@ -53,6 +53,8 @@ packages:
github.com/nucleuscloud/neosync/backend/internal/sqlconnect:
interfaces:
SqlConnector:
SqlDbContainer:
PgPoolContainer:
github.com/nucleuscloud/neosync/backend/internal/aws:
interfaces:
NeosyncAwsManagerClient:
Loading

0 comments on commit a694c16

Please sign in to comment.