updated Identity and managment service
This commit is contained in:
17
Trash/TemplateService/events/template/cluster.py
Normal file
17
Trash/TemplateService/events/template/cluster.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from ApiServices.TemplateService.initializer.event_clusters import (
|
||||
EventCluster,
|
||||
SetEventCluster,
|
||||
)
|
||||
|
||||
|
||||
TemplateEventCluster = EventCluster(
|
||||
endpoint_uu_id="bb20c8c6-a289-4cab-9da7-34ca8a36c8e5"
|
||||
)
|
||||
|
||||
OtherTemplateEventCluster = EventCluster(
|
||||
endpoint_uu_id="ecb82b7a-317f-469d-a682-ff431f152453"
|
||||
)
|
||||
|
||||
TemplateEventClusterSet = SetEventCluster()
|
||||
TemplateEventClusterSet.add_event_cluster(TemplateEventCluster)
|
||||
TemplateEventClusterSet.add_event_cluster(OtherTemplateEventCluster)
|
||||
Reference in New Issue
Block a user