| Sapan Bhatia | cb35e7f | 2017-05-24 12:17:28 +0200 | [diff] [blame] | 1 | digraph {{ context.app_label }} { |
| Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 2 | {%- for model in proto.messages %} |
| 3 | {%- for l in model.links %} | ||||
| 4 | "{{ model.name }}" -> "{{ l.peer }}" [label="{{ l.src_port }}"]; | ||||
| 5 | {%- endfor %} | ||||
| 6 | {%- endfor %} | ||||
| 7 | } | ||||