mirror of https://github.com/mingrammer/diagrams
New Auth0, Cloudflare, Recombee Nodes (#209)
* new auth0, cloudflare, recombee nodes * removed text from iconspull/133/merge
parent
3c846be20b
commit
4c377a073e
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Cdn(_Saas):
|
||||||
|
_type = "cdn"
|
||||||
|
_icon_dir = "resources/saas/cdn"
|
||||||
|
|
||||||
|
|
||||||
|
class Cloudflare(_Cdn):
|
||||||
|
_icon = "cloudflare.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Identity(_Saas):
|
||||||
|
_type = "identity"
|
||||||
|
_icon_dir = "resources/saas/identity"
|
||||||
|
|
||||||
|
|
||||||
|
class Auth0(_Identity):
|
||||||
|
_icon = "auth0.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Recommendation(_Saas):
|
||||||
|
_type = "recommendation"
|
||||||
|
_icon_dir = "resources/saas/recommendation"
|
||||||
|
|
||||||
|
|
||||||
|
class Recombee(_Recommendation):
|
||||||
|
_icon = "recombee.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in new issue