egg/docs/plugins.puml
2017-05-05 01:24:35 +08:00

21 lines
267 B
Plaintext

@startuml
digraph plugins {
onerror
session
i18n
watcher
multipart
security
development
logrotator
schedule
static
jsonp
view
security -> session
development -> watcher
logrotator -> schedule
jsonp -> security [style=dotted]
}
@enduml