|
1 | | -<?xml version='1.0' encoding='utf-8'?> |
2 | | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 | | -xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> |
4 | | - <key id="image" for="node" attr.name="image" attr.type="string" /> |
5 | | - <key id="collect_logs" for="node" attr.name="collect_logs" attr.type="boolean" /> |
6 | | - <key id="exporter" for="node" attr.name="exporter" attr.type="boolean" /> |
7 | | - <key id="build_args" for="node" attr.name="build_args" attr.type="string" /> |
8 | | - <key id="tc_netem" for="node" attr.name="tc_netem" attr.type="string" /> |
9 | | - <key id="bitcoin_config" for="node" attr.name="bitcoin_config" attr.type="string" /> |
10 | | - <key id="version" for="node" attr.name="version" attr.type="string" /> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?><graphml xmlns="http://graphml.graphdrawing.org/xmlns"> |
| 2 | + <key id="services" attr.name="services" attr.type="string" for="graph" /> |
| 3 | + <key id="version" attr.name="version" attr.type="string" for="node" /> |
| 4 | + <key id="image" attr.name="image" attr.type="string" for="node" /> |
| 5 | + <key id="bitcoin_config" attr.name="bitcoin_config" attr.type="string" for="node" /> |
| 6 | + <key id="tc_netem" attr.name="tc_netem" attr.type="string" for="node" /> |
| 7 | + <key id="exporter" attr.name="exporter" attr.type="boolean" for="node" /> |
| 8 | + <key id="metrics" attr.name="metrics" attr.type="string" for="node" /> |
| 9 | + <key id="collect_logs" attr.name="collect_logs" attr.type="boolean" for="node" /> |
| 10 | + <key id="build_args" attr.name="build_args" attr.type="string" for="node" /> |
| 11 | + <key id="ln" attr.name="ln" attr.type="string" for="node" /> |
| 12 | + <key id="ln_image" attr.name="ln_image" attr.type="string" for="node" /> |
| 13 | + <key id="ln_cb_image" attr.name="ln_cb_image" attr.type="string" for="node" /> |
| 14 | + <key id="ln_config" attr.name="ln_config" attr.type="string" for="node" /> |
| 15 | + <key id="channel_open" attr.name="channel_open" attr.type="string" for="edge" /> |
| 16 | + <key id="source_policy" attr.name="source_policy" attr.type="string" for="edge" /> |
| 17 | + <key id="target_policy" attr.name="target_policy" attr.type="string" for="edge" /> |
11 | 18 | <graph edgedefault="directed"> |
12 | 19 | <node id="0"> |
13 | 20 | <data key="version">27.0</data> |
|
0 commit comments