now working with npmdocker and the npmts 7.x.x
This commit is contained in:
3
dist/dockersock.classes.dockersock.d.ts
vendored
3
dist/dockersock.classes.dockersock.d.ts
vendored
@ -23,6 +23,9 @@ export declare class Dockersock {
|
||||
removeContainer(containerNameArg: any): plugins.q.Promise<{}>;
|
||||
clean(): plugins.q.Promise<{}>;
|
||||
callOnChange(cb: Function): void;
|
||||
/**
|
||||
* gets you an observable that reports changes in the docker infrastructure
|
||||
*/
|
||||
getChangeObservable(): Observable<{}>;
|
||||
request(methodArg: string, routeArg: string, queryArg?: string, dataArg?: {}): plugins.q.Promise<{}>;
|
||||
requestStream(methodArg: string, routeArg: string, queryArg?: string, dataArg?: {}): plugins.q.Promise<{}>;
|
||||
|
17
dist/dockersock.classes.dockersock.js
vendored
17
dist/dockersock.classes.dockersock.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user