hamok
Version:
Lightweight Distributed Object Storage on RAFT consensus algorithm
12 lines (11 loc) • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StorageHelloNotification = void 0;
class StorageHelloNotification {
sourceEndpointId;
constructor(sourceEndpointId) {
this.sourceEndpointId = sourceEndpointId;
// empty
}
}
exports.StorageHelloNotification = StorageHelloNotification;