phantom-fleet
Version:
Phantom Fleet: Optimize Docker images with dynamic proxy management.
13 lines • 498 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EEvent = void 0;
var EEvent;
(function (EEvent) {
EEvent[EEvent["START"] = 0] = "START";
EEvent[EEvent["STOP"] = 1] = "STOP";
EEvent[EEvent["STOP_ALL"] = 2] = "STOP_ALL";
EEvent[EEvent["GET_LIST"] = 3] = "GET_LIST";
EEvent[EEvent["REMOVE"] = 4] = "REMOVE";
EEvent[EEvent["REMOVE_ALL"] = 5] = "REMOVE_ALL";
})(EEvent || (exports.EEvent = EEvent = {}));
//# sourceMappingURL=interface.js.map