s0rg/decompose

View on GitHub
internal/structurizr/const.go

Summary

Maintainability
A
0 mins
Test Coverage
package srtructurizr

const (
    keyDescription = "description"
    keyTechnology  = "technology"
    keyTags        = "tags"
    keyName        = "name"

    blockContainer = "container"
    blockComponent = "component"
    blockSystemCtx = "systemContext"
    blockSystem    = "softwareSystem"

    headerWorkspace = "workspace"
    headerModel     = "model"
    headerViews     = "views"
)