Skip to content

Commit

Permalink
feat(node): add centrifugo messaging (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheese authored May 22, 2023
1 parent acd587a commit b19b097
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/onprem/messaging.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 _OnPrem


class _Messaging(_OnPrem):
_type = "messaging"
_icon_dir = "resources/onprem/messaging"


class Centrifugo(_Messaging):
_icon = "centrifugo.png"


# Aliases
6 changes: 6 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,12 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/logging/syslog-ng.png" alt="SyslogNg" style="float: left; padding-right: 5px;" >
**diagrams.onprem.logging.SyslogNg**

## onprem.messaging


<img width="30" src="/img/resources/onprem/messaging/centrifugo.png" alt="Centrifugo" style="float: left; padding-right: 5px;" >
**diagrams.onprem.messaging.Centrifugo**

## onprem.mlops


Expand Down
Binary file added resources/onprem/messaging/centrifugo.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 b19b097

Please sign in to comment.