#78 new: alter host

This commit is contained in:
lollipopkit
2023-07-28 13:59:32 +08:00
parent ed3201db6d
commit 389d1753c4
18 changed files with 101 additions and 36 deletions

View File

@@ -17,6 +17,7 @@ abstract class Err<T> {
enum SSHErrType {
unknown,
connect,
noPrivateKey;
}