constructor()

in src/elasticsearch/elasticsearch.ts [9:11]


    constructor(instanceId: string) {
        this.instanceId = instanceId;
    }