Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/1aab24154bd15957e21a072eb70a44fe to your computer and use it in GitHub Desktop.
Save chihirokaasan/1aab24154bd15957e21a072eb70a44fe to your computer and use it in GitHub Desktop.
sequenceDiagram 複合フラグメント
sequenceDiagram
ログイン ->> バリデーター: (Email,Password)
alt login is false
バリデーター -->> ログイン: 401 (メッセージ)
else login is true
バリデーター -->> ログイン: 200 OK
end
@chihirokaasan
Copy link
Author

生成されるシーケンスはこちらを確認

https://goo.gl/VBrC8w

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment