Skip to content

Commit

Permalink
feat(command): add ssh related fields to the options struct
Browse files Browse the repository at this point in the history
  • Loading branch information
danvergara committed Dec 20, 2024
1 parent 30d1445 commit 55ab8c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkg/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ type Options struct {
Limit uint
Socket string
SSL string
// SSH.
SSHHost string
SSHPort string
SSHUser string
SSHPass string
SSHKey string
SSHKeyPassphrase string
// SSL connection params.
SSLCert string
SSLKey string
Expand Down

0 comments on commit 55ab8c1

Please sign in to comment.