Skip to content

Instantly share code, notes, and snippets.

@alyssonbruno
Created April 6, 2017 14:44
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 alyssonbruno/b9715d888d9f8b6d229ac9be50e5ebe5 to your computer and use it in GitHub Desktop.
Save alyssonbruno/b9715d888d9f8b6d229ac9be50e5ebe5 to your computer and use it in GitHub Desktop.
@startuml
actor Foo1
boundary Foo2
control Foo3
entity Foo4
database Foo5
Foo1 -> Foo2 : To boundary
Foo1 -> Foo3 : To control
Foo1 -> Foo4 : To entity
Foo1 -> Foo5 : To database
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment