Skip to content

Instantly share code, notes, and snippets.

@ernix
Created January 24, 2020 13:59
Show Gist options
  • Save ernix/b0ab43db7ce88dac2a20ad903139c5fc to your computer and use it in GitHub Desktop.
Save ernix/b0ab43db7ce88dac2a20ad903139c5fc to your computer and use it in GitHub Desktop.

Johnの起床シーケンス

  • JohnはAliceからの通信をtriggerに起床します
  • Johnは起床後、Bobに通知を送ります
sequenceDiagram
    participant Alice
    participant Bob
    Alice->>John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts<br/>prevail...
    John-->>Alice: Great!
    John->>Bob: How about you?
    Bob-->>John: Jolly good!
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment