ソースを参照

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

pull/606/merge
Guy Zylberberg 2年前
committed by GitHub
コミット
4063998142
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
3個のファイルの変更19行の追加0行の削除
  1. +15
    -0
      diagrams/programming/runtime.py
  2. +4
    -0
      docs/nodes/programming.md
  3. バイナリ
      resources/programming/runtime/dapr.png

+ 15
- 0
diagrams/programming/runtime.py ファイルの表示

@@ -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 ファイルの表示

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

バイナリ
resources/programming/runtime/dapr.png ファイルの表示

変更前 変更後
幅: 256  |  高さ: 256  |  サイズ: 9.5 KiB

読み込み中…
キャンセル
保存