Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BpmnResource ¶
type BpmnResource struct { Id string `json:"id" bson:"id"` // contains filtered or unexported fields }
type Dependencies ¶
type Dependencies struct { //from db DeploymentId string `json:"deployment_id" bson:"deployment_id"` Owner string `json:"owner" bson:"owner"` Devices []DeviceDependency `json:"devices" bson:"devices"` Events []EventDependency `json:"events" bson:"events"` }
type DeviceDependency ¶
type DeviceDependency struct { DeviceId string `json:"device_id" bson:"device_id"` Name string `json:"name" bson:"name"` BpmnResources []BpmnResource `json:"bpmn_resources" bson:"bpmn_resources"` }
type EventDependency ¶
type EventDependency struct { EventId string `json:"event_id" bson:"event_id"` BpmnResources []BpmnResource `json:"bpmn_resources" bson:"bpmn_resources"` }
Click to show internal directories.
Click to hide internal directories.