types

package
v0.19.2 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsSet added in v0.19.2

func IsSet(other reflect.Type) bool

IsSet returns true if the given type uses the generic Set type, ignoring the concrete container type T.

Types

type Any added in v0.18.2

type Any any

type Secret

type Secret struct {
	Plaintext *string `json:"plaintext,omitempty" tfsdk:"plaintext"`
	Hash      *string `json:"hash,omitempty" tfsdk:"-"`
}

type SecretOrAny

type SecretOrAny = variant.Variant[Secret, any]

type Set added in v0.19.2

type Set[T any] []T

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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