resources

package
v0.0.0-...-d35c247 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RandomString

type RandomString struct {
	registry.ResourceBase

	Name    fields.StringInputField
	Length  fields.IntInputField  `state:"force_new" default:"16"`
	Lower   fields.BoolInputField `state:"force_new" default:"true"`
	Upper   fields.BoolInputField `state:"force_new" default:"true"`
	Numeric fields.BoolInputField `state:"force_new" default:"true"`
	Special fields.BoolInputField `state:"force_new" default:"true"`

	Result fields.StringOutputField
}

func (*RandomString) Create

func (o *RandomString) Create(ctx context.Context, meta any) error

func (*RandomString) Delete

func (o *RandomString) Delete(ctx context.Context, meta any) error

func (*RandomString) GetID

func (o *RandomString) GetID() string

func (*RandomString) GetName

func (o *RandomString) GetName() string

func (*RandomString) Update

func (o *RandomString) Update(ctx context.Context, meta any) error

Jump to

Keyboard shortcuts

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