fix tests

This commit is contained in:
Bernard Xie 2023-03-28 15:26:32 -07:00
parent 47d8d12631
commit 4ed9361ee7
No known key found for this signature in database
GPG key ID: 3C3E0036CE0F892C
32 changed files with 1652 additions and 1652 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 108 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -52,7 +52,7 @@ type ClassMethod struct {
func (cm ClassMethod) Text(fontSize int) *MText { func (cm ClassMethod) Text(fontSize int) *MText {
return &MText{ return &MText{
Text: fmt.Sprintf("%s%s", cm.Name, cm.Return), Text: fmt.Sprintf("%s%s%s", cm.VisibilityToken(), cm.Name, cm.Return),
FontSize: fontSize, FontSize: fontSize,
IsBold: false, IsBold: false,
IsItalic: false, IsItalic: false,

View file

@ -10,7 +10,7 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -82,7 +82,7 @@
"id": "users", "id": "users",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 107, "x": 113,
"y": 468 "y": 468
}, },
"width": 208, "width": 208,
@ -266,7 +266,7 @@
"id": "code", "id": "code",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 113, "x": 119,
"y": 754 "y": 754
}, },
"width": 196, "width": 196,
@ -331,19 +331,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 368 "y": 368
}, },
{ {
"x": 211, "x": 217,
"y": 408 "y": 408
}, },
{ {
"x": 211, "x": 217,
"y": 428 "y": 428
}, },
{ {
"x": 211, "x": 217,
"y": 468 "y": 468
} }
], ],
@ -380,19 +380,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 654 "y": 654
}, },
{ {
"x": 211, "x": 217,
"y": 694 "y": 694
}, },
{ {
"x": 211, "x": 217,
"y": 714 "y": 714
}, },
{ {
"x": 211, "x": 217,
"y": 754 "y": 754
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -10,7 +10,7 @@
"x": 12, "x": 12,
"y": 12 "y": 12
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -82,7 +82,7 @@
"id": "users", "id": "users",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 119, "x": 125,
"y": 450 "y": 450
}, },
"width": 208, "width": 208,
@ -266,7 +266,7 @@
"id": "code", "id": "code",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 125, "x": 131,
"y": 706 "y": 706
}, },
"width": 196, "width": 196,
@ -331,11 +331,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 380 "y": 380
}, },
{ {
"x": 223, "x": 229,
"y": 450 "y": 450
} }
], ],
@ -371,11 +371,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 636 "y": 636
}, },
{ {
"x": 223, "x": 229,
"y": 706 "y": 706
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -10,7 +10,7 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -10,7 +10,7 @@
"x": 12, "x": 12,
"y": 12 "y": 12
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -166,7 +166,7 @@
"x": 499, "x": 499,
"y": 0 "y": 0
}, },
"width": 407, "width": 419,
"height": 184, "height": 184,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -218,7 +218,7 @@
"id": "c", "id": "c",
"type": "class", "type": "class",
"pos": { "pos": {
"x": 966, "x": 978,
"y": 46 "y": 46
}, },
"width": 117, "width": 117,
@ -261,7 +261,7 @@
"id": "d", "id": "d",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 1143, "x": 1155,
"y": 74 "y": 74
}, },
"width": 50, "width": 50,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -166,7 +166,7 @@
"x": 471, "x": 471,
"y": 12 "y": 12
}, },
"width": 407, "width": 419,
"height": 184, "height": 184,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -218,7 +218,7 @@
"id": "c", "id": "c",
"type": "class", "type": "class",
"pos": { "pos": {
"x": 898, "x": 910,
"y": 58 "y": 58
}, },
"width": 117, "width": 117,
@ -261,7 +261,7 @@
"id": "d", "id": "d",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 1035, "x": 1047,
"y": 86 "y": 86
}, },
"width": 50, "width": 50,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -92,7 +92,7 @@
"x": 400, "x": 400,
"y": 52 "y": 52
}, },
"width": 302, "width": 314,
"height": 184, "height": 184,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -144,7 +144,7 @@
"id": "d", "id": "d",
"type": "cloud", "type": "cloud",
"pos": { "pos": {
"x": 742, "x": 754,
"y": 152 "y": 152
}, },
"width": 140, "width": 140,
@ -185,7 +185,7 @@
"id": "e", "id": "e",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 922, "x": 934,
"y": 166 "y": 166
}, },
"width": 196, "width": 196,
@ -226,7 +226,7 @@
"id": "f", "id": "f",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 1140, "x": 1152,
"y": 118 "y": 118
}, },
"width": 100, "width": 100,
@ -267,7 +267,7 @@
"id": "g", "id": "g",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 1290, "x": 1302,
"y": 144 "y": 144
}, },
"width": 100, "width": 100,
@ -308,7 +308,7 @@
"id": "h", "id": "h",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 1440, "x": 1452,
"y": 160 "y": 160
}, },
"width": 100, "width": 100,
@ -349,7 +349,7 @@
"id": "i", "id": "i",
"type": "hexagon", "type": "hexagon",
"pos": { "pos": {
"x": 1580, "x": 1592,
"y": 167 "y": 167
}, },
"width": 146, "width": 146,
@ -390,7 +390,7 @@
"id": "j", "id": "j",
"type": "image", "type": "image",
"pos": { "pos": {
"x": 1766, "x": 1778,
"y": 87 "y": 87
}, },
"width": 128, "width": 128,
@ -443,7 +443,7 @@
"id": "k", "id": "k",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 1932, "x": 1944,
"y": 163 "y": 163
}, },
"width": 100, "width": 100,
@ -484,7 +484,7 @@
"id": "l", "id": "l",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 2082, "x": 2094,
"y": 163 "y": 163
}, },
"width": 100, "width": 100,
@ -525,7 +525,7 @@
"id": "m", "id": "m",
"type": "page", "type": "page",
"pos": { "pos": {
"x": 2226, "x": 2238,
"y": 149 "y": 149
}, },
"width": 113, "width": 113,
@ -566,7 +566,7 @@
"id": "n", "id": "n",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 2379, "x": 2391,
"y": 154 "y": 154
}, },
"width": 169, "width": 169,
@ -607,7 +607,7 @@
"id": "o", "id": "o",
"type": "person", "type": "person",
"pos": { "pos": {
"x": 2568, "x": 2580,
"y": 64 "y": 64
}, },
"width": 100, "width": 100,
@ -648,7 +648,7 @@
"id": "p", "id": "p",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 2708, "x": 2720,
"y": 170 "y": 170
}, },
"width": 151, "width": 151,
@ -689,7 +689,7 @@
"id": "q", "id": "q",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2899, "x": 2911,
"y": 133 "y": 133
}, },
"width": 103, "width": 103,
@ -730,7 +730,7 @@
"id": "r", "id": "r",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 3042, "x": 3054,
"y": 135 "y": 135
}, },
"width": 187, "width": 187,
@ -771,7 +771,7 @@
"id": "s", "id": "s",
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 3267, "x": 3279,
"y": 170 "y": 170
}, },
"width": 100, "width": 100,
@ -812,7 +812,7 @@
"id": "t", "id": "t",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 3407, "x": 3419,
"y": 128 "y": 128
}, },
"width": 161, "width": 161,
@ -982,7 +982,7 @@
"y": 376 "y": 376
}, },
{ {
"x": 551, "x": 557,
"y": 376 "y": 376
} }
], ],
@ -1018,11 +1018,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 551, "x": 557,
"y": 446 "y": 446
}, },
{ {
"x": 812, "x": 824,
"y": 446 "y": 446
} }
], ],
@ -1058,11 +1058,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 812, "x": 824,
"y": 516 "y": 516
}, },
{ {
"x": 1020, "x": 1032,
"y": 516 "y": 516
} }
], ],
@ -1098,11 +1098,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1020, "x": 1032,
"y": 586 "y": 586
}, },
{ {
"x": 1190, "x": 1202,
"y": 586 "y": 586
} }
], ],
@ -1138,11 +1138,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1190, "x": 1202,
"y": 656 "y": 656
}, },
{ {
"x": 1340, "x": 1352,
"y": 656 "y": 656
} }
], ],
@ -1178,11 +1178,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1340, "x": 1352,
"y": 726 "y": 726
}, },
{ {
"x": 1490, "x": 1502,
"y": 726 "y": 726
} }
], ],
@ -1218,11 +1218,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1490, "x": 1502,
"y": 796 "y": 796
}, },
{ {
"x": 1653, "x": 1665,
"y": 796 "y": 796
} }
], ],
@ -1258,11 +1258,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1653, "x": 1665,
"y": 866 "y": 866
}, },
{ {
"x": 1830, "x": 1842,
"y": 866 "y": 866
} }
], ],
@ -1298,11 +1298,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1830, "x": 1842,
"y": 936 "y": 936
}, },
{ {
"x": 1982, "x": 1994,
"y": 936 "y": 936
} }
], ],
@ -1338,11 +1338,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1982, "x": 1994,
"y": 1006 "y": 1006
}, },
{ {
"x": 2132, "x": 2144,
"y": 1006 "y": 1006
} }
], ],
@ -1378,11 +1378,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2132, "x": 2144,
"y": 1076 "y": 1076
}, },
{ {
"x": 2282.5, "x": 2294.5,
"y": 1076 "y": 1076
} }
], ],
@ -1418,11 +1418,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2282.5, "x": 2294.5,
"y": 1146 "y": 1146
}, },
{ {
"x": 2463.5, "x": 2475.5,
"y": 1146 "y": 1146
} }
], ],
@ -1458,11 +1458,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2463.5, "x": 2475.5,
"y": 1216 "y": 1216
}, },
{ {
"x": 2618, "x": 2630,
"y": 1216 "y": 1216
} }
], ],
@ -1498,11 +1498,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2618, "x": 2630,
"y": 1286 "y": 1286
}, },
{ {
"x": 2783.5, "x": 2795.5,
"y": 1286 "y": 1286
} }
], ],
@ -1538,11 +1538,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2783.5, "x": 2795.5,
"y": 1356 "y": 1356
}, },
{ {
"x": 2950.5, "x": 2962.5,
"y": 1356 "y": 1356
} }
], ],
@ -1578,11 +1578,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2950.5, "x": 2962.5,
"y": 1426 "y": 1426
}, },
{ {
"x": 3135.5, "x": 3147.5,
"y": 1426 "y": 1426
} }
], ],
@ -1618,11 +1618,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3135.5, "x": 3147.5,
"y": 1496 "y": 1496
}, },
{ {
"x": 3317, "x": 3329,
"y": 1496 "y": 1496
} }
], ],
@ -1658,11 +1658,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3317, "x": 3329,
"y": 1566 "y": 1566
}, },
{ {
"x": 3487.5, "x": 3499.5,
"y": 1566 "y": 1566
} }
], ],
@ -1778,11 +1778,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 551, "x": 557,
"y": 236 "y": 236
}, },
{ {
"x": 551, "x": 557,
"y": 1636 "y": 1636
} }
], ],
@ -1818,11 +1818,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 812, "x": 824,
"y": 236 "y": 236
}, },
{ {
"x": 812, "x": 824,
"y": 1636 "y": 1636
} }
], ],
@ -1858,11 +1858,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1020, "x": 1032,
"y": 236 "y": 236
}, },
{ {
"x": 1020, "x": 1032,
"y": 1636 "y": 1636
} }
], ],
@ -1898,11 +1898,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1190, "x": 1202,
"y": 236 "y": 236
}, },
{ {
"x": 1190, "x": 1202,
"y": 1636 "y": 1636
} }
], ],
@ -1938,11 +1938,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1340, "x": 1352,
"y": 236 "y": 236
}, },
{ {
"x": 1340, "x": 1352,
"y": 1636 "y": 1636
} }
], ],
@ -1978,11 +1978,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1490, "x": 1502,
"y": 236 "y": 236
}, },
{ {
"x": 1490, "x": 1502,
"y": 1636 "y": 1636
} }
], ],
@ -2018,11 +2018,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1653, "x": 1665,
"y": 236 "y": 236
}, },
{ {
"x": 1653, "x": 1665,
"y": 1636 "y": 1636
} }
], ],
@ -2058,11 +2058,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1830, "x": 1842,
"y": 241 "y": 241
}, },
{ {
"x": 1830, "x": 1842,
"y": 1636 "y": 1636
} }
], ],
@ -2098,11 +2098,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1982, "x": 1994,
"y": 236 "y": 236
}, },
{ {
"x": 1982, "x": 1994,
"y": 1636 "y": 1636
} }
], ],
@ -2138,11 +2138,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2132, "x": 2144,
"y": 236 "y": 236
}, },
{ {
"x": 2132, "x": 2144,
"y": 1636 "y": 1636
} }
], ],
@ -2178,11 +2178,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2282.5, "x": 2294.5,
"y": 236 "y": 236
}, },
{ {
"x": 2282.5, "x": 2294.5,
"y": 1636 "y": 1636
} }
], ],
@ -2218,11 +2218,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2463.5, "x": 2475.5,
"y": 236 "y": 236
}, },
{ {
"x": 2463.5, "x": 2475.5,
"y": 1636 "y": 1636
} }
], ],
@ -2258,11 +2258,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2618, "x": 2630,
"y": 241 "y": 241
}, },
{ {
"x": 2618, "x": 2630,
"y": 1636 "y": 1636
} }
], ],
@ -2298,11 +2298,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2783.5, "x": 2795.5,
"y": 236 "y": 236
}, },
{ {
"x": 2783.5, "x": 2795.5,
"y": 1636 "y": 1636
} }
], ],
@ -2338,11 +2338,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2950.5, "x": 2962.5,
"y": 236 "y": 236
}, },
{ {
"x": 2950.5, "x": 2962.5,
"y": 1636 "y": 1636
} }
], ],
@ -2378,11 +2378,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3135.5, "x": 3147.5,
"y": 236 "y": 236
}, },
{ {
"x": 3135.5, "x": 3147.5,
"y": 1636 "y": 1636
} }
], ],
@ -2418,11 +2418,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3317, "x": 3329,
"y": 236 "y": 236
}, },
{ {
"x": 3317, "x": 3329,
"y": 1636 "y": 1636
} }
], ],
@ -2458,11 +2458,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3487.5, "x": 3499.5,
"y": 236 "y": 236
}, },
{ {
"x": 3487.5, "x": 3499.5,
"y": 1636 "y": 1636
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -92,7 +92,7 @@
"x": 400, "x": 400,
"y": 52 "y": 52
}, },
"width": 302, "width": 314,
"height": 184, "height": 184,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -144,7 +144,7 @@
"id": "d", "id": "d",
"type": "cloud", "type": "cloud",
"pos": { "pos": {
"x": 742, "x": 754,
"y": 152 "y": 152
}, },
"width": 140, "width": 140,
@ -185,7 +185,7 @@
"id": "e", "id": "e",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 922, "x": 934,
"y": 166 "y": 166
}, },
"width": 196, "width": 196,
@ -226,7 +226,7 @@
"id": "f", "id": "f",
"type": "cylinder", "type": "cylinder",
"pos": { "pos": {
"x": 1140, "x": 1152,
"y": 118 "y": 118
}, },
"width": 100, "width": 100,
@ -267,7 +267,7 @@
"id": "g", "id": "g",
"type": "diamond", "type": "diamond",
"pos": { "pos": {
"x": 1290, "x": 1302,
"y": 144 "y": 144
}, },
"width": 100, "width": 100,
@ -308,7 +308,7 @@
"id": "h", "id": "h",
"type": "document", "type": "document",
"pos": { "pos": {
"x": 1440, "x": 1452,
"y": 160 "y": 160
}, },
"width": 100, "width": 100,
@ -349,7 +349,7 @@
"id": "i", "id": "i",
"type": "hexagon", "type": "hexagon",
"pos": { "pos": {
"x": 1580, "x": 1592,
"y": 167 "y": 167
}, },
"width": 146, "width": 146,
@ -390,7 +390,7 @@
"id": "j", "id": "j",
"type": "image", "type": "image",
"pos": { "pos": {
"x": 1766, "x": 1778,
"y": 87 "y": 87
}, },
"width": 128, "width": 128,
@ -443,7 +443,7 @@
"id": "k", "id": "k",
"type": "oval", "type": "oval",
"pos": { "pos": {
"x": 1932, "x": 1944,
"y": 163 "y": 163
}, },
"width": 100, "width": 100,
@ -484,7 +484,7 @@
"id": "l", "id": "l",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 2082, "x": 2094,
"y": 163 "y": 163
}, },
"width": 100, "width": 100,
@ -525,7 +525,7 @@
"id": "m", "id": "m",
"type": "page", "type": "page",
"pos": { "pos": {
"x": 2226, "x": 2238,
"y": 149 "y": 149
}, },
"width": 113, "width": 113,
@ -566,7 +566,7 @@
"id": "n", "id": "n",
"type": "parallelogram", "type": "parallelogram",
"pos": { "pos": {
"x": 2379, "x": 2391,
"y": 154 "y": 154
}, },
"width": 169, "width": 169,
@ -607,7 +607,7 @@
"id": "o", "id": "o",
"type": "person", "type": "person",
"pos": { "pos": {
"x": 2568, "x": 2580,
"y": 64 "y": 64
}, },
"width": 100, "width": 100,
@ -648,7 +648,7 @@
"id": "p", "id": "p",
"type": "queue", "type": "queue",
"pos": { "pos": {
"x": 2708, "x": 2720,
"y": 170 "y": 170
}, },
"width": 151, "width": 151,
@ -689,7 +689,7 @@
"id": "q", "id": "q",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 2899, "x": 2911,
"y": 133 "y": 133
}, },
"width": 103, "width": 103,
@ -730,7 +730,7 @@
"id": "r", "id": "r",
"type": "step", "type": "step",
"pos": { "pos": {
"x": 3042, "x": 3054,
"y": 135 "y": 135
}, },
"width": 187, "width": 187,
@ -771,7 +771,7 @@
"id": "s", "id": "s",
"type": "stored_data", "type": "stored_data",
"pos": { "pos": {
"x": 3267, "x": 3279,
"y": 170 "y": 170
}, },
"width": 100, "width": 100,
@ -812,7 +812,7 @@
"id": "t", "id": "t",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 3407, "x": 3419,
"y": 128 "y": 128
}, },
"width": 161, "width": 161,
@ -982,7 +982,7 @@
"y": 376 "y": 376
}, },
{ {
"x": 551, "x": 557,
"y": 376 "y": 376
} }
], ],
@ -1018,11 +1018,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 551, "x": 557,
"y": 446 "y": 446
}, },
{ {
"x": 812, "x": 824,
"y": 446 "y": 446
} }
], ],
@ -1058,11 +1058,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 812, "x": 824,
"y": 516 "y": 516
}, },
{ {
"x": 1020, "x": 1032,
"y": 516 "y": 516
} }
], ],
@ -1098,11 +1098,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1020, "x": 1032,
"y": 586 "y": 586
}, },
{ {
"x": 1190, "x": 1202,
"y": 586 "y": 586
} }
], ],
@ -1138,11 +1138,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1190, "x": 1202,
"y": 656 "y": 656
}, },
{ {
"x": 1340, "x": 1352,
"y": 656 "y": 656
} }
], ],
@ -1178,11 +1178,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1340, "x": 1352,
"y": 726 "y": 726
}, },
{ {
"x": 1490, "x": 1502,
"y": 726 "y": 726
} }
], ],
@ -1218,11 +1218,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1490, "x": 1502,
"y": 796 "y": 796
}, },
{ {
"x": 1653, "x": 1665,
"y": 796 "y": 796
} }
], ],
@ -1258,11 +1258,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1653, "x": 1665,
"y": 866 "y": 866
}, },
{ {
"x": 1830, "x": 1842,
"y": 866 "y": 866
} }
], ],
@ -1298,11 +1298,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1830, "x": 1842,
"y": 936 "y": 936
}, },
{ {
"x": 1982, "x": 1994,
"y": 936 "y": 936
} }
], ],
@ -1338,11 +1338,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1982, "x": 1994,
"y": 1006 "y": 1006
}, },
{ {
"x": 2132, "x": 2144,
"y": 1006 "y": 1006
} }
], ],
@ -1378,11 +1378,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2132, "x": 2144,
"y": 1076 "y": 1076
}, },
{ {
"x": 2282.5, "x": 2294.5,
"y": 1076 "y": 1076
} }
], ],
@ -1418,11 +1418,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2282.5, "x": 2294.5,
"y": 1146 "y": 1146
}, },
{ {
"x": 2463.5, "x": 2475.5,
"y": 1146 "y": 1146
} }
], ],
@ -1458,11 +1458,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2463.5, "x": 2475.5,
"y": 1216 "y": 1216
}, },
{ {
"x": 2618, "x": 2630,
"y": 1216 "y": 1216
} }
], ],
@ -1498,11 +1498,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2618, "x": 2630,
"y": 1286 "y": 1286
}, },
{ {
"x": 2783.5, "x": 2795.5,
"y": 1286 "y": 1286
} }
], ],
@ -1538,11 +1538,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2783.5, "x": 2795.5,
"y": 1356 "y": 1356
}, },
{ {
"x": 2950.5, "x": 2962.5,
"y": 1356 "y": 1356
} }
], ],
@ -1578,11 +1578,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2950.5, "x": 2962.5,
"y": 1426 "y": 1426
}, },
{ {
"x": 3135.5, "x": 3147.5,
"y": 1426 "y": 1426
} }
], ],
@ -1618,11 +1618,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3135.5, "x": 3147.5,
"y": 1496 "y": 1496
}, },
{ {
"x": 3317, "x": 3329,
"y": 1496 "y": 1496
} }
], ],
@ -1658,11 +1658,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3317, "x": 3329,
"y": 1566 "y": 1566
}, },
{ {
"x": 3487.5, "x": 3499.5,
"y": 1566 "y": 1566
} }
], ],
@ -1778,11 +1778,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 551, "x": 557,
"y": 236 "y": 236
}, },
{ {
"x": 551, "x": 557,
"y": 1636 "y": 1636
} }
], ],
@ -1818,11 +1818,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 812, "x": 824,
"y": 236 "y": 236
}, },
{ {
"x": 812, "x": 824,
"y": 1636 "y": 1636
} }
], ],
@ -1858,11 +1858,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1020, "x": 1032,
"y": 236 "y": 236
}, },
{ {
"x": 1020, "x": 1032,
"y": 1636 "y": 1636
} }
], ],
@ -1898,11 +1898,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1190, "x": 1202,
"y": 236 "y": 236
}, },
{ {
"x": 1190, "x": 1202,
"y": 1636 "y": 1636
} }
], ],
@ -1938,11 +1938,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1340, "x": 1352,
"y": 236 "y": 236
}, },
{ {
"x": 1340, "x": 1352,
"y": 1636 "y": 1636
} }
], ],
@ -1978,11 +1978,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1490, "x": 1502,
"y": 236 "y": 236
}, },
{ {
"x": 1490, "x": 1502,
"y": 1636 "y": 1636
} }
], ],
@ -2018,11 +2018,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1653, "x": 1665,
"y": 236 "y": 236
}, },
{ {
"x": 1653, "x": 1665,
"y": 1636 "y": 1636
} }
], ],
@ -2058,11 +2058,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1830, "x": 1842,
"y": 241 "y": 241
}, },
{ {
"x": 1830, "x": 1842,
"y": 1636 "y": 1636
} }
], ],
@ -2098,11 +2098,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 1982, "x": 1994,
"y": 236 "y": 236
}, },
{ {
"x": 1982, "x": 1994,
"y": 1636 "y": 1636
} }
], ],
@ -2138,11 +2138,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2132, "x": 2144,
"y": 236 "y": 236
}, },
{ {
"x": 2132, "x": 2144,
"y": 1636 "y": 1636
} }
], ],
@ -2178,11 +2178,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2282.5, "x": 2294.5,
"y": 236 "y": 236
}, },
{ {
"x": 2282.5, "x": 2294.5,
"y": 1636 "y": 1636
} }
], ],
@ -2218,11 +2218,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2463.5, "x": 2475.5,
"y": 236 "y": 236
}, },
{ {
"x": 2463.5, "x": 2475.5,
"y": 1636 "y": 1636
} }
], ],
@ -2258,11 +2258,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2618, "x": 2630,
"y": 241 "y": 241
}, },
{ {
"x": 2618, "x": 2630,
"y": 1636 "y": 1636
} }
], ],
@ -2298,11 +2298,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2783.5, "x": 2795.5,
"y": 236 "y": 236
}, },
{ {
"x": 2783.5, "x": 2795.5,
"y": 1636 "y": 1636
} }
], ],
@ -2338,11 +2338,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 2950.5, "x": 2962.5,
"y": 236 "y": 236
}, },
{ {
"x": 2950.5, "x": 2962.5,
"y": 1636 "y": 1636
} }
], ],
@ -2378,11 +2378,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3135.5, "x": 3147.5,
"y": 236 "y": 236
}, },
{ {
"x": 3135.5, "x": 3147.5,
"y": 1636 "y": 1636
} }
], ],
@ -2418,11 +2418,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3317, "x": 3329,
"y": 236 "y": 236
}, },
{ {
"x": 3317, "x": 3329,
"y": 1636 "y": 1636
} }
], ],
@ -2458,11 +2458,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 3487.5, "x": 3499.5,
"y": 236 "y": 236
}, },
{ {
"x": 3487.5, "x": 3499.5,
"y": 1636 "y": 1636
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View file

@ -210,7 +210,7 @@
"x": 1790, "x": 1790,
"y": 48 "y": 48
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -282,10 +282,10 @@
"id": "manager2", "id": "manager2",
"type": "class", "type": "class",
"pos": { "pos": {
"x": 2272, "x": 2284,
"y": 0 "y": 0
}, },
"width": 582, "width": 600,
"height": 464, "height": 464,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -210,7 +210,7 @@
"x": 1722, "x": 1722,
"y": 60 "y": 60
}, },
"width": 422, "width": 434,
"height": 368, "height": 368,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -282,10 +282,10 @@
"id": "manager2", "id": "manager2",
"type": "class", "type": "class",
"pos": { "pos": {
"x": 2164, "x": 2176,
"y": 12 "y": 12
}, },
"width": 582, "width": 600,
"height": 464, "height": 464,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -10,7 +10,7 @@
"x": 0, "x": 0,
"y": 0 "y": 0
}, },
"width": 422, "width": 434,
"height": 512, "height": 512,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -82,7 +82,7 @@
"id": "users", "id": "users",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 107, "x": 113,
"y": 612 "y": 612
}, },
"width": 208, "width": 208,
@ -266,7 +266,7 @@
"id": "code", "id": "code",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 116, "x": 122,
"y": 1224 "y": 1224
}, },
"width": 191, "width": 191,
@ -306,7 +306,7 @@
"id": "package", "id": "package",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 161, "x": 167,
"y": 1836 "y": 1836
}, },
"width": 100, "width": 100,
@ -346,7 +346,7 @@
"id": "no height", "id": "no height",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 161, "x": 167,
"y": 2448 "y": 2448
}, },
"width": 100, "width": 100,
@ -411,19 +411,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 512 "y": 512
}, },
{ {
"x": 211, "x": 217,
"y": 552 "y": 552
}, },
{ {
"x": 211, "x": 217,
"y": 572 "y": 572
}, },
{ {
"x": 211, "x": 217,
"y": 612 "y": 612
} }
], ],
@ -460,19 +460,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 1124 "y": 1124
}, },
{ {
"x": 211, "x": 217,
"y": 1164 "y": 1164
}, },
{ {
"x": 211, "x": 217,
"y": 1184 "y": 1184
}, },
{ {
"x": 211, "x": 217,
"y": 1224 "y": 1224
} }
], ],
@ -509,19 +509,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 1736 "y": 1736
}, },
{ {
"x": 211, "x": 217,
"y": 1776 "y": 1776
}, },
{ {
"x": 211, "x": 217,
"y": 1796 "y": 1796
}, },
{ {
"x": 211, "x": 217,
"y": 1836 "y": 1836
} }
], ],
@ -558,19 +558,19 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 211, "x": 217,
"y": 2348 "y": 2348
}, },
{ {
"x": 211, "x": 217,
"y": 2388 "y": 2388
}, },
{ {
"x": 211, "x": 217,
"y": 2408 "y": 2408
}, },
{ {
"x": 211, "x": 217,
"y": 2448 "y": 2448
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -10,7 +10,7 @@
"x": 12, "x": 12,
"y": 12 "y": 12
}, },
"width": 422, "width": 434,
"height": 512, "height": 512,
"opacity": 1, "opacity": 1,
"strokeDash": 0, "strokeDash": 0,
@ -82,7 +82,7 @@
"id": "users", "id": "users",
"type": "sql_table", "type": "sql_table",
"pos": { "pos": {
"x": 119, "x": 125,
"y": 594 "y": 594
}, },
"width": 208, "width": 208,
@ -266,7 +266,7 @@
"id": "code", "id": "code",
"type": "code", "type": "code",
"pos": { "pos": {
"x": 127, "x": 133,
"y": 1176 "y": 1176
}, },
"width": 191, "width": 191,
@ -306,7 +306,7 @@
"id": "package", "id": "package",
"type": "package", "type": "package",
"pos": { "pos": {
"x": 173, "x": 179,
"y": 1758 "y": 1758
}, },
"width": 100, "width": 100,
@ -346,7 +346,7 @@
"id": "no height", "id": "no height",
"type": "rectangle", "type": "rectangle",
"pos": { "pos": {
"x": 173, "x": 179,
"y": 2340 "y": 2340
}, },
"width": 100, "width": 100,
@ -411,11 +411,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 524 "y": 524
}, },
{ {
"x": 223, "x": 229,
"y": 594 "y": 594
} }
], ],
@ -451,11 +451,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 1106 "y": 1106
}, },
{ {
"x": 223, "x": 229,
"y": 1176 "y": 1176
} }
], ],
@ -491,11 +491,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 1688 "y": 1688
}, },
{ {
"x": 223, "x": 229,
"y": 1758 "y": 1758
} }
], ],
@ -531,11 +531,11 @@
"labelPercentage": 0, "labelPercentage": 0,
"route": [ "route": [
{ {
"x": 223, "x": 229,
"y": 2270 "y": 2270
}, },
{ {
"x": 223, "x": 229,
"y": 2340 "y": 2340
} }
], ],

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

2
go.mod generated
View file

@ -6,7 +6,6 @@ require (
cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17 cdr.dev/slog v1.4.2-0.20221206192828-e4803b10ae17
github.com/PuerkitoBio/goquery v1.8.0 github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/chroma/v2 v2.5.0 github.com/alecthomas/chroma/v2 v2.5.0
github.com/davecgh/go-spew v1.1.1
github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7 github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7
github.com/dsoprea/go-exif/v3 v3.0.0-20221012082141-d21ac8e2de85 github.com/dsoprea/go-exif/v3 v3.0.0-20221012082141-d21ac8e2de85
github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d github.com/dsoprea/go-png-image-structure/v2 v2.0.0-20210512210324-29b889a6093d
@ -33,6 +32,7 @@ require (
github.com/alecthomas/chroma v0.10.0 // indirect github.com/alecthomas/chroma v0.10.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect
github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect github.com/dsoprea/go-utility/v2 v2.0.0-20221003172846-a3e1774ef349 // indirect