processes

package
v1.56.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

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

func (*Process) Schema

func (me *Process) Schema() map[string]*schema.Schema

func (*Process) UnmarshalHCL

func (me *Process) UnmarshalHCL(decoder hcl.Decoder) error

type Processes

type Processes []Process

Processes is a list of short representations of process

func (*Processes) ToStubs

func (me *Processes) ToStubs() api.Stubs

Jump to

Keyboard shortcuts

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