mirror of https://github.com/mingrammer/diagrams
feat: added GCP generic-service and Google-Cloud-Platform Nodes and supporting resources. These can be used for representing a project (or other icon-less components) and an organization on platform, respectively.
parent
98c9274842
commit
14349f38a0
@ -0,0 +1,16 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _GCP
|
||||
|
||||
|
||||
class _General(_GCP):
|
||||
_type = "general"
|
||||
_icon_dir = "resources/gcp/general"
|
||||
|
||||
|
||||
class GoogleCloudPlatform(_General):
|
||||
_icon = "google-cloud-platform.png"
|
||||
|
||||
|
||||
class GenericService(_General):
|
||||
_icon = "generic-service.png"
|
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in new issue