Mercurial > hg > toolbox
view plugin-model.gv.txt @ 6:f7120eba6877
py3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 24 Nov 2020 12:58:36 -0800 |
parents | b0942f44413f |
children |
line wrap: on
line source
#!/usr/bin/fdp -Tpng graph architecture { rankdir=LR; dispatcher -- templates; dispatcher -- about; dispatcher -- model; model -- model_backends [label="plugin"]; dispatcher -- handlers [label="plugin"]; templates [shape=folder]; about [shape=note]; model_backends [shape=record label="memory_cache|file_cache|couch" rankdir=TB]; handlers [shape=record label="handlers|...|...|"]; }