Created
October 17, 2020 18:20
-
-
Save nobuta05/ca6738f524e1957d00348d95c340a8de to your computer and use it in GitHub Desktop.
practice for plantuml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml hoge | |
note over Alice | |
initial for Alice | |
end note | |
/ note over Bob | |
initial for Bob | |
end note | |
Alice -> Bob : Request | |
note over Bob | |
ほげほげ | |
end note | |
note over Bob | |
メモ | |
end note | |
Alice <- Bob : Response | |
@enduml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment