messages

package
v0.0.1-alpha.5 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateResource

func CreateResource(id string, ProjectName string, options ...createResourceOption) tea.Cmd

func SwitchColumn

func SwitchColumn(to string, options ...startSetupOption) tea.Cmd

func WithAWSRegion

func WithAWSRegion(region string) createResourceOption

func WithAuthorizerLambdaFunction

func WithAuthorizerLambdaFunction(lambda string) createResourceOption

func WithBackendBucket

func WithBackendBucket(bucket string) createResourceOption

func WithBackendLockTable

func WithBackendLockTable(table string) createResourceOption

func WithID

func WithID(id string) startSetupOption

func WithLambdaRuntime

func WithLambdaRuntime(runtime string) createResourceOption

Types

type CloseSetupMsg

type CloseSetupMsg struct{}

type CreateResourceMsg

type CreateResourceMsg struct {
	ID                       string
	ProjectName              string
	LambdaRuntime            string
	AWSRegion                string
	BackendBucket            string
	BackendLockTable         string
	AuthorizerLambdaFunction string
}

type StartSetupMsg

type StartSetupMsg struct {
	ID string
}

Jump to

Keyboard shortcuts

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