mirror of https://github.com/mingrammer/diagrams
feat(node): added Dapr programming runtime (#591)
parent
58d4043464
commit
4063998142
@ -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
|
After Width: | Height: | Size: 9.5 KiB |
Loading…
Reference in new issue