Import from internal git
This commit is contained in:
19
architecture/api/templates/plantUml.mustache
Normal file
19
architecture/api/templates/plantUml.mustache
Normal file
@@ -0,0 +1,19 @@
|
||||
@startuml
|
||||
|
||||
!startsub Definition
|
||||
package {{specName}} {
|
||||
{{#each packages}}[{{this}}]
|
||||
{{/each}}
|
||||
}
|
||||
!endsub
|
||||
|
||||
!startsub Using
|
||||
{{#each references}}[{{this.Item1}}] --> [{{this.Item2}}]
|
||||
{{/each}}
|
||||
!endsub
|
||||
|
||||
!startsub UsedBy
|
||||
|
||||
!endsub
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user