some restructuring

This commit is contained in:
2016-06-14 00:27:55 +02:00
parent e5bdfff743
commit 201d5cc6d7
11 changed files with 22 additions and 19 deletions

View File

@ -16,10 +16,10 @@ export class SshDir { // sshDir class -> NOT EXPORTED, ONLY FOR INTERNAL USE
}
this.path = sshDirPath;
}
syncToDir(){ //syncs
syncToDir(){ // syncs sshInstance to directory
};
syncFromDir(){
syncFromDir(){ // syncs sshInstance from directory
}
getKeys(){