update stucture
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
import "typings-global";
|
||||
import * as plugins from "./smartssh.plugins";
|
||||
import * as helpers from "./smartssh.classes.helpers";
|
||||
import {SshKey} from "./smartssh.classes.sshkey"
|
||||
|
||||
export class SshConfig {
|
||||
constructor(){
|
||||
|
||||
sshKeyArray:SshKey[];
|
||||
|
||||
constructor(sshKeyArrayArg:SshKey[]){
|
||||
this.sshKeyArray = sshKeyArrayArg;
|
||||
}
|
||||
makeConfig(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user