Skip to content

Commit

Permalink
fixup! network: add new JumpDialer
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
  • Loading branch information
tormath1 committed Aug 5, 2022
1 parent 40e8d6b commit 30652d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions network/jump.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
"golang.org/x/crypto/ssh"
)

var _ Dialer = (*JumpDialer)(nil)

// JumpDialer is a RetryDialer from a proxy.
type JumpDialer struct {
RetryDialer
Expand Down

0 comments on commit 30652d5

Please sign in to comment.