Commit a9cbec69 authored by 神楽坂玲奈's avatar 神楽坂玲奈

plan

parent 48e2efa5
Pipeline #16309 passed with stages
in 2 minutes and 35 seconds
......@@ -6,7 +6,6 @@ import assert from 'assert';
import { Quality } from './Quality';
import _ from 'lodash';
import config from '../config/config.json';
import gatewayGroups from '../import/data/GatewayGroup.json';
import _connections from '../import/connections.json';
import { GatewayGroup } from '../import/scripts/GatewayGroup';
......@@ -14,6 +13,7 @@ import { GatewayGroup } from '../import/scripts/GatewayGroup';
const connections: Record<number, Record<number, { metric: number; protocol: string }>> = _connections;
export class Router {
static all: Router[] = routers.map((s) => new Router(s.id));
static updating?: {
router: Router;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment