Corrected templates
parent
95499fed79
commit
13ce31da60
|
|
@ -1,14 +1,14 @@
|
|||
# Sequence diagram
|
||||
|
||||
This represents the sequence diagram for
|
||||
service **{{.ServiceName}}**
|
||||
service names {{ range .ServiceNames}}**{{.}}** {{ end }}
|
||||
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
|
||||
participant consumer as Consumer
|
||||
participant gateway as Gateway
|
||||
participant microservice as {{.ServiceName}}
|
||||
participant microservice as ServiceName
|
||||
participant feature as Svc Feature
|
||||
participant authz as Authorisation
|
||||
participant log as Logger
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
%% Service name {{.ServicePoint}}
|
||||
%% Service name {{.ServicePoints}}
|
||||
{{ range .Apis}}
|
||||
|
||||
%% Sequence diagram for {{ .ServiceId }} as Svc {{ .Name }}
|
||||
|
|
@ -7,7 +7,7 @@ sequenceDiagram
|
|||
|
||||
participant consumer as Consumer
|
||||
participant gateway as Gateway
|
||||
participant microservice as {{$.ServiceName}}
|
||||
participant microservice as {{$.ServiceNames}}
|
||||
{{ range $.Depends}}
|
||||
participant {{ .ServiceId }} as Svc {{ .Name }}{{ end }}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue