com.ossuminc.riddl.diagrams.mermaid.C4Diagram.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riddl-diagrams_3 Show documentation
Show all versions of riddl-diagrams_3 Show documentation
Implementation of various AST diagrams passes other libraries may use
The newest version!
package com.ossuminc.riddl.diagrams.mermaid
import com.ossuminc.riddl.passes.PassesResult
import scalajs.js.annotation.*
@JSExportTopLevel("C4Diagram")
class C4Diagram (passesResult: PassesResult) {
}