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

pull/644/head
Guy Zylberberg 3 years ago committed by GitHub
parent 58d4043464
commit 4063998142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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**

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Loading…
Cancel
Save