public prehook()

in lib/consul-mesh-extension.ts [256:259]


    public prehook(service: Service, scope: cdk.Construct) {
        this.parentService = service;
        this.scope = scope;
    }