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