mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
18 lines
249 B
Plaintext
18 lines
249 B
Plaintext
|
|
@startuml
|
|
digraph world {
|
|
"onerror";
|
|
"session";
|
|
"i18n";
|
|
"watcher";
|
|
"multipart";
|
|
"security" -> "session";
|
|
"development" -> "watcher";
|
|
"logrotator" -> "schedule";
|
|
"schedule";
|
|
"static";
|
|
"jsonp" -> "security";
|
|
"view";
|
|
}
|
|
@enduml
|