tree

package
v0.3.14 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tree

type Tree struct {
	Name string

	Value    *tfjson.ResourceChange
	Children Trees
	// contains filtered or unexported fields
}

func (*Tree) AddChild

func (t *Tree) AddChild(parent *tree.Tree)

func (Tree) IsAddition

func (t Tree) IsAddition() bool

func (Tree) IsImport added in v0.3.4

func (t Tree) IsImport() bool

func (Tree) IsRecreate

func (t Tree) IsRecreate() bool

func (Tree) IsRemoval

func (t Tree) IsRemoval() bool

func (Tree) IsUpdate

func (t Tree) IsUpdate() bool

func (Tree) String

func (t Tree) String() string

type Trees

type Trees []*Tree

func CreateTree

func CreateTree(changes terraformstate.ResourceChanges) Trees

func (Trees) DrawableTree

func (t Trees) DrawableTree() *tree.Tree

func (Trees) String

func (t Trees) String() string

Jump to

Keyboard shortcuts

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