Documentation ¶
Index ¶
- func CreateResource(id string, ProjectName string, options ...createResourceOption) tea.Cmd
- func SwitchColumn(to string, options ...startSetupOption) tea.Cmd
- func WithAWSRegion(region string) createResourceOption
- func WithBackendBucket(bucket string) createResourceOption
- func WithBackendLockTable(table string) createResourceOption
- func WithID(id string) startSetupOption
- func WithLambdaRuntime(runtime string) createResourceOption
- type CloseSetupMsg
- type CreateResourceMsg
- type StartSetupMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateResource ¶
func SwitchColumn ¶
func WithAWSRegion ¶
func WithAWSRegion(region string) createResourceOption
func WithBackendBucket ¶
func WithBackendBucket(bucket string) createResourceOption
func WithBackendLockTable ¶
func WithBackendLockTable(table string) createResourceOption
func WithLambdaRuntime ¶
func WithLambdaRuntime(runtime string) createResourceOption
Types ¶
type CloseSetupMsg ¶
type CloseSetupMsg struct{}
type CreateResourceMsg ¶
type StartSetupMsg ¶
type StartSetupMsg struct {
ID string
}
Click to show internal directories.
Click to hide internal directories.