now working with npmdocker and the npmts 7.x.x

This commit is contained in:
2017-04-02 15:30:43 +02:00
parent 499c6cc3b7
commit a77ed42e9f
7 changed files with 60 additions and 20 deletions

View File

@ -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<{}>;

File diff suppressed because one or more lines are too long