processmodel

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProcessModel

type ProcessModel struct {
	Id          string `json:"_id" bson:"_id"`
	Date        int64  `json:"date" bson:"date"`
	Owner       string `json:"owner" bson:"owner"`
	BpmnXml     string `json:"bpmn_xml" bson:"bpmn_xml"`
	SvgXml      string `json:"svgXML" bson:"svgXML"`
	Publish     bool   `json:"publish" bson:"publish"`
	PublishDate string `json:"publish_date" bson:"publish_date"`
	Description string `json:"description" bson:"description"`
}

Jump to

Keyboard shortcuts

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