metrics

package
v0.18.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: MPL-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GlobalExecutionID = ""

GlobalExecutionID is the execution ID of the current Terraform run.

Functions

func New

func New(resourceName, organizationID string, action Action) func()

Types

type Action

type Action string
const (
	Create Action = "Create"
	Read   Action = "Read"
	Update Action = "Update"
	Delete Action = "Delete"
	Import Action = "Import"
)

func (Action) String

func (a Action) String() string

String returns the string representation of the action.

Jump to

Keyboard shortcuts

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