Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Process ¶
type Process struct { EntityId string `json:"entityId"` // The entity ID of the process DisplayName string `json:"displayName"` // The name of the process as displayed in the UI Tags []tagapi.Tag `json:"tags"` // The list of entity tags }
Process is a short representation of a process
func (*Process) MarshalHCL ¶
func (me *Process) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.