state

package
v0.0.0-...-c2bc880 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bool

type Bool struct {
	Type

	Value bool
}

type Environment

type Environment struct {
	Type

	States        map[string]Type
	RuntimeConfig Type
}

type File

type File struct {
	Type

	Path     string
	Checksum string
}

type Identifier

type Identifier struct {
	Type

	Alias        string
	ResourceType string
	Value        Type
}

type Immutable

type Immutable struct {
	Type

	Value Type
}

type List

type List struct {
	Type

	Elements []Type
}

type Map

type Map struct {
	Type

	Entries map[string]Type
}

type Nil

type Nil struct {
	Type
}

type Provider

type Provider struct {
	Type

	Version string
	Repo    repo.PluginSource
}

type Resource

type Resource struct {
	Type

	Provider   Provider
	Identifier Identifier
	Config     Type
	Attrs      Type
	Exists     Bool
}

type ResourceRef

type ResourceRef struct {
	Type

	Alias string
}

type RuntimeConfig

type RuntimeConfig struct {
	Type
}

type String

type String struct {
	Type

	Value string
}

type Type

type Type interface {
	// contains filtered or unexported methods
}

type Unknown

type Unknown struct {
	Type

	Name   string
	Object Type
}

Jump to

Keyboard shortcuts

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