helpers

package
v0.0.0-...-7bbb3e1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Merge

type Merge[K allowedKeyType, V any] struct {
	Values []V
	Key    pulumix.Output[K]
}

type MergeArray

type MergeArray[K allowedKeyType, V any] []Merge[K, V]

func MergeToMergeArray

func MergeToMergeArray[K allowedKeyType, V any](s ...Merge[K, V]) MergeArray[K, V]

func (MergeArray[K, V]) Merge

func (sma MergeArray[K, V]) Merge() MergeArray[K, V]

type StringMerge

type StringMerge struct {
	Values []string
	Key    pulumix.Output[*string]
}

type StringMergeArray

type StringMergeArray []StringMerge

func StringMergeToStringMergeArray

func StringMergeToStringMergeArray(s ...StringMerge) StringMergeArray

func (StringMergeArray) Merge

func (sma StringMergeArray) Merge() StringMergeArray

Jump to

Keyboard shortcuts

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