mirror of https://github.com/mingrammer/diagrams
feat(node): add centrifugo messaging (#854)
parent
acd587a6bd
commit
b19b09761d
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Messaging(_OnPrem):
|
||||
_type = "messaging"
|
||||
_icon_dir = "resources/onprem/messaging"
|
||||
|
||||
|
||||
class Centrifugo(_Messaging):
|
||||
_icon = "centrifugo.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in new issue