model

package
v0.0.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentMetadata

type DeploymentMetadata struct {
	Metadata
	SyncInfo
}

type Metadata

type Metadata struct {
	CamundaDeploymentId string                     `json:"camunda_deployment_id"`
	ProcessParameter    map[string]Variable        `json:"process_parameter"`
	DeploymentModel     deploymentmodel.Deployment `json:"deployment_model"`
}

type SyncInfo

type SyncInfo struct {
	NetworkId       string    `json:"network_id"`
	IsPlaceholder   bool      `json:"is_placeholder"`
	MarkedForDelete bool      `json:"marked_for_delete"`
	SyncDate        time.Time `json:"sync_date"`
}

type Variable

type Variable struct {
	Value     interface{} `json:"value"`
	Type      string      `json:"type"`
	ValueInfo interface{} `json:"valueInfo"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL