Browse Source

feat(node): added Dapr programming runtime (#591)

pull/606/merge
Guy Zylberberg 2 years ago
committed by GitHub
parent
commit
4063998142
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions
  1. +15
    -0
      diagrams/programming/runtime.py
  2. +4
    -0
      docs/nodes/programming.md
  3. BIN
      resources/programming/runtime/dapr.png

+ 15
- 0
diagrams/programming/runtime.py View File

@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Programming


class _Runtime(_Programming):
_type = "runtime"
_icon_dir = "resources/programming/runtime"


class Dapr(_Runtime):
_icon = "dapr.png"


# Aliases

+ 4
- 0
docs/nodes/programming.md View File

@@ -73,3 +73,7 @@ Node classes list of programming provider.
- **diagrams.programming.language.Scala**
- **diagrams.programming.language.Swift**
- **diagrams.programming.language.Typescript**, **TypeScript** (alias)

## programming.runtime

- **diagrams.programming.runtime.Dapr**

BIN
resources/programming/runtime/dapr.png View File

Before After
Width: 256  |  Height: 256  |  Size: 9.5 KiB

Loading…
Cancel
Save