start dockersock class and update gitlab-ci.yml
This commit is contained in:
12
ts/dockersock.class.dockersock.ts
Normal file
12
ts/dockersock.class.dockersock.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import "typings-global"
|
||||
import * as plugins from "./dockersock.plugins";
|
||||
|
||||
export class dockersock {
|
||||
sockPath:string;
|
||||
constructor(pathArg:string){
|
||||
this.sockPath = pathArg;
|
||||
}
|
||||
request(){
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user