mirror of https://github.com/mingrammer/diagrams
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/295/head
parent
af92d693dd
commit
3f6fca2c38
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _OnPrem
|
||||||
|
|
||||||
|
|
||||||
|
class _Aggregator(_OnPrem):
|
||||||
|
_type = "aggregator"
|
||||||
|
_icon_dir = "resources/onprem/aggregator"
|
||||||
|
|
||||||
|
|
||||||
|
class Fluentd(_Aggregator):
|
||||||
|
_icon = "fluentd.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vector(_Aggregator):
|
||||||
|
_icon = "vector.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
Loading…
Reference in new issue