Skip to content

Commit

Permalink
feat(node): added Dapr programming runtime (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
guyzyl authored Jan 21, 2022
1 parent 58d4043 commit 4063998
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/programming/runtime.py
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions docs/nodes/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 added resources/programming/runtime/dapr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4063998

Please sign in to comment.