Skip to content

Commit 7b00d41

Browse files
committed
Refactor: removed non used field.
1 parent f4fe3e5 commit 7b00d41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/endpoint/ssh/ssh.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ var (
1313
)
1414

1515
type Config struct {
16-
Username string `yaml:"username,omitempty"`
17-
Password string `yaml:"password,omitempty"`
18-
Authenticate bool `yaml:"authenticate,omitempty"`
16+
Username string `yaml:"username,omitempty"`
17+
Password string `yaml:"password,omitempty"`
1918
}
2019

2120
// Validate the SSH configuration

0 commit comments

Comments
 (0)