str

package module
v0.0.0-...-4b58a47 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Provider

func Provider() p.Provider

Types

type Replace

type Replace struct{}

func (*Replace) Annotate

func (r *Replace) Annotate(a infer.Annotator)

func (*Replace) Call

func (*Replace) Call(ctx p.Context, input ReplaceArgs) (ReplaceResult, error)

type ReplaceArgs

type ReplaceArgs struct {
	S   string `pulumi:"string"`
	Old string `pulumi:"old"`
	New string `pulumi:"new"`
}

type ReplaceResult

type ReplaceResult struct {
	Result string `pulumi:"result"`
}

type TrimPrefix

type TrimPrefix struct{}

func (*TrimPrefix) Annotate

func (t *TrimPrefix) Annotate(a infer.Annotator)

func (*TrimPrefix) Call

type TrimPrefixArgs

type TrimPrefixArgs struct {
	S      string `pulumi:"string"`
	Prefix string `pulumi:"prefix"`
}

type TrimPrefixResult

type TrimPrefixResult struct {
	Result string `pulumi:"result"`
}

type TrimSuffix

type TrimSuffix struct{}

func (*TrimSuffix) Annotate

func (t *TrimSuffix) Annotate(a infer.Annotator)

func (*TrimSuffix) Call

type TrimSuffixArgs

type TrimSuffixArgs struct {
	S      string `pulumi:"string"`
	Suffix string `pulumi:"suffix"`
}

type TrimSuffixResult

type TrimSuffixResult struct {
	Result string `pulumi:"result"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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