Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kkeisuke/0768da3bbe08d0982ba7d737845d42b4 to your computer and use it in GitHub Desktop.
Save kkeisuke/0768da3bbe08d0982ba7d737845d42b4 to your computer and use it in GitHub Desktop.
シーケンス図を書き始めるためのテンプレート
@startuml
A -> B: step1
activate B
B -> C: step2
activate C
C --> C: action
C -> B: step3
deactivate C
B -> A: step4
deactivate B
@enduml
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment