add socket
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
digraph G {
|
||||
"AccountService" [ label = "AccountService(AccountService)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"ctx";
|
||||
"account" [ label = "account(Account)
|
||||
scope:Request", fontsize = 10 ];
|
||||
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
|
||||
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
|
||||
}
|
||||
Reference in New Issue
Block a user