Skip to content

Commit

Permalink
Formatting was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
litichevskiydv committed Aug 7, 2024
1 parent 5ba9404 commit 670dcb1
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions examples/Api.Tests/musicality-labs.dsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
workspace {

model {

changesMQ = element "musicality_labs.data.changes" "RabbitMQ" {
Expand All @@ -9,38 +9,38 @@ workspace {
storage = softwareSystem "Storage" {
storageWorker = container "Storage Worker" {
tags "Worker"
technology ".NET Core"
url "https://github.com/MusicalityLabs/musicality-labs-storage-worker"
technology ".NET Core"
url "https://github.com/MusicalityLabs/musicality-labs-storage-worker"
}
storageApi = container "Storage Api" {
tags "WebApi"
technology ".NET Core"
url "https://github.com/MusicalityLabs/musicality-labs-storage-api"
technology ".NET Core"
url "https://github.com/MusicalityLabs/musicality-labs-storage-api"
storageWorker -> this "Changes" "REST" "Sync"
}
storageDatabase = container "storageapi" {
storageDatabase = container "storageapi" {
tags "Database"
technology "PostgreSQL"
technology "PostgreSQL"
storageApi -> this "Changes" "SQL" "Sync"
}
}

changesMQ -> storageWorker "Changes" "AMQP" "Async"
}

views {
systemLandscape {
include *
autolayout lr
autolayout lr
}
container storage {
container storage {
include *
autolayout lr
}

styles {
element "ExternalSystem" {
background #7f7f7f
Expand All @@ -54,16 +54,16 @@ workspace {
relationship "Sync" {
dashed false
}
relationship "Async" {
relationship "Async" {
dashed true
}
relationship "TechDebt" {
color red
}
relationship "TechDebt" {
color red
}
}

theme default

}

}

0 comments on commit 670dcb1

Please sign in to comment.