mirror of https://github.com/mingrammer/diagrams
parent
8673c0df2b
commit
76acb5f99d
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Confluent
|
||||||
|
|
||||||
|
|
||||||
|
class _Streaming(_Confluent):
|
||||||
|
_type = "streaming"
|
||||||
|
_icon_dir = "resources/confluent/streaming"
|
||||||
|
|
||||||
|
|
||||||
|
class Confluent(_Streaming):
|
||||||
|
_icon = "confluent.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Ksql(_Streaming):
|
||||||
|
_icon = "ksql.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
id: confluent
|
||||||
|
title: Confluent
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of confluent provider.
|
||||||
|
|
||||||
|
## confluent.streaming
|
||||||
|
|
||||||
|
- **diagrams.confluent.streaming.Confluent**
|
||||||
|
- **diagrams.confluent.streaming.Ksql**
|
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in new issue