update structure

This commit is contained in:
2016-06-24 02:49:55 +02:00
parent c3ee35a699
commit a43976110a
7 changed files with 117 additions and 50 deletions

View File

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