JobManager/arch.md
2024-04-21 14:51:15 +09:00

321 B

アーキテクチャ

トークンの発行

@startuml
Client -> Server: トークンのリクエスト
Server --> Client: トークンを返却
@enduml

リソースの取得

@startuml
Client -> Server: リソースのリクエスト
Server --> Client: リソースを返却
@enduml