Versions in this module Expand all Collapse all v0 v0.0.1 Jan 28, 2022 Changes in this version + func PkgVersion() (semver.Version, error) + type Provider struct + func NewProvider(ctx *pulumi.Context, name string, args *ProviderArgs, ...) (*Provider, error) + func (*Provider) ElementType() reflect.Type + func (i *Provider) ToProviderOutput() ProviderOutput + func (i *Provider) ToProviderOutputWithContext(ctx context.Context) ProviderOutput + type ProviderArgs struct + func (ProviderArgs) ElementType() reflect.Type + type ProviderInput interface + ToProviderOutput func() ProviderOutput + ToProviderOutputWithContext func(ctx context.Context) ProviderOutput + type ProviderOutput struct + func (ProviderOutput) ElementType() reflect.Type + func (o ProviderOutput) ToProviderOutput() ProviderOutput + func (o ProviderOutput) ToProviderOutputWithContext(ctx context.Context) ProviderOutput + type Wordle struct + Result pulumi.StringOutput + Word pulumi.StringOutput + func GetWordle(ctx *pulumi.Context, name string, id pulumi.IDInput, state *WordleState, ...) (*Wordle, error) + func NewWordle(ctx *pulumi.Context, name string, args *WordleArgs, ...) (*Wordle, error) + func (*Wordle) ElementType() reflect.Type + func (i *Wordle) ToWordleOutput() WordleOutput + func (i *Wordle) ToWordleOutputWithContext(ctx context.Context) WordleOutput + type WordleArgs struct + Word pulumi.StringInput + func (WordleArgs) ElementType() reflect.Type + type WordleArray []WordleInput + func (WordleArray) ElementType() reflect.Type + func (i WordleArray) ToWordleArrayOutput() WordleArrayOutput + func (i WordleArray) ToWordleArrayOutputWithContext(ctx context.Context) WordleArrayOutput + type WordleArrayInput interface + ToWordleArrayOutput func() WordleArrayOutput + ToWordleArrayOutputWithContext func(context.Context) WordleArrayOutput + type WordleArrayOutput struct + func (WordleArrayOutput) ElementType() reflect.Type + func (o WordleArrayOutput) Index(i pulumi.IntInput) WordleOutput + func (o WordleArrayOutput) ToWordleArrayOutput() WordleArrayOutput + func (o WordleArrayOutput) ToWordleArrayOutputWithContext(ctx context.Context) WordleArrayOutput + type WordleInput interface + ToWordleOutput func() WordleOutput + ToWordleOutputWithContext func(ctx context.Context) WordleOutput + type WordleMap map[string]WordleInput + func (WordleMap) ElementType() reflect.Type + func (i WordleMap) ToWordleMapOutput() WordleMapOutput + func (i WordleMap) ToWordleMapOutputWithContext(ctx context.Context) WordleMapOutput + type WordleMapInput interface + ToWordleMapOutput func() WordleMapOutput + ToWordleMapOutputWithContext func(context.Context) WordleMapOutput + type WordleMapOutput struct + func (WordleMapOutput) ElementType() reflect.Type + func (o WordleMapOutput) MapIndex(k pulumi.StringInput) WordleOutput + func (o WordleMapOutput) ToWordleMapOutput() WordleMapOutput + func (o WordleMapOutput) ToWordleMapOutputWithContext(ctx context.Context) WordleMapOutput + type WordleOutput struct + func (WordleOutput) ElementType() reflect.Type + func (o WordleOutput) ToWordleOutput() WordleOutput + func (o WordleOutput) ToWordleOutputWithContext(ctx context.Context) WordleOutput + type WordleState struct + func (WordleState) ElementType() reflect.Type