Altered indent
parent
f94a8a8e1b
commit
05228a8fbc
|
|
@ -12,8 +12,8 @@ sequenceDiagram
|
||||||
participant feature as Svc Feature
|
participant feature as Svc Feature
|
||||||
participant authz as Authorisation
|
participant authz as Authorisation
|
||||||
participant log as Logger
|
participant log as Logger
|
||||||
{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }}
|
{{ range .Apis}}participant {{ .Name }} as Svc{{ .Name }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
consumer->>+gateway: {{.ServicePoints}}
|
consumer->>+gateway: {{.ServicePoints}}
|
||||||
activate consumer
|
activate consumer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue