molokoin.ru : home page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
258 B

' File: models/sample.puml
' section with id user to define user actor
@startuml(id=user)
actor "Application User" as User
@enduml
' section with id mail to define mail component
@startuml(id=mail)
[Mail server] as Mail <<Mail>> #ffcc66
@enduml