Files
TexasPokerGame/run/agent_dependency_17708
T
2020-03-28 12:40:54 +08:00

16 lines
656 B
Plaintext

digraph G {
"AccountService" [ label = "AccountService(AccountService)
scope:Request", fontsize = 10 ];
"ctx";
"account" [ label = "account(Account)
scope:Request", fontsize = 10 ];
"ocrAuthController" [ label = "ocrAuthController(OcrAuthController)
scope:Request", fontsize = 10 ];
"authorization" [ label = "authorization(Authorization)
scope:Request", fontsize = 10 ];
"AccountService" -> "ctx" [ label = "properties", fontsize = 8 ];
"account" -> "AccountService" [ label = "properties", fontsize = 8 ];
"account" -> "ctx" [ label = "properties", fontsize = 8 ];
"ocrAuthController" -> "ctx" [ label = "properties", fontsize = 8 ];
}