spiegel_podman/pkg/machine/connection
Paul Holzinger 30a18fc02d
pkg/machine: make only one AddConnection() call
This function has to read/write the connections file as such it should
only ever be called once otherwise we read/write the same file twice
which makes no sense. Also cleanup the fucntion a bit and make it
private as there are no external callers.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-02-16 14:58:17 +01:00
..
add.go pkg/machine: make only one AddConnection() call 2024-02-16 14:58:17 +01:00
connection.go pkg/machine: make only one AddConnection() call 2024-02-16 14:58:17 +01:00
connection_test.go pkg/machine: cleanup MakeSSHURL 2024-02-16 14:41:14 +01:00