mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
21 lines
267 B
Plaintext
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
|