refactor: clean up code from comments

This commit is contained in:
Patryk Hegenberg 2025-04-02 14:21:33 +02:00
parent 4ceed6f301
commit 29bdd3a2a4
8 changed files with 150 additions and 252 deletions

View file

@ -11,6 +11,7 @@ import (
type Config struct {
SSHUser string `mapstructure:"SSH_USER"`
SSHPassword string `mapstructure:"SSH_PASSWORD"`
SSHHost string `mapstructure:"SSH_HOST"`
JumpUser string `mapstructure:"JUMP_USER"`
JumpHost string `mapstructure:"JUMP_HOST"`