state

package
v0.455.7 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InputMySQL

type InputMySQL struct {
	ResourceID string
	Cluster    string
	Module     string
}

func (InputMySQL) DebugString

func (s InputMySQL) DebugString() string

type InputPostgres

type InputPostgres struct {
	ResourceID string
	Cluster    string
	Module     string
}

func (InputPostgres) DebugString

func (s InputPostgres) DebugString() string

type OutputMySQL

type OutputMySQL struct {
	Module     string
	ResourceID string

	Connector schema.DatabaseConnector
}

func (OutputMySQL) DebugString

func (s OutputMySQL) DebugString() string

type OutputPostgres

type OutputPostgres struct {
	Module     string
	ResourceID string

	Connector schema.DatabaseConnector
}

func (OutputPostgres) DebugString

func (s OutputPostgres) DebugString() string

type RDSInstanceReadyMySQL

type RDSInstanceReadyMySQL struct {
	Module     string
	ResourceID string

	MasterUserSecretARN string
	WriteEndpoint       string
	ReadEndpoint        string
}

func (RDSInstanceReadyMySQL) DebugString

func (s RDSInstanceReadyMySQL) DebugString() string

type RDSInstanceReadyPostgres

type RDSInstanceReadyPostgres struct {
	Module     string
	ResourceID string

	MasterUserSecretARN string
	WriteEndpoint       string
	ReadEndpoint        string
}

func (RDSInstanceReadyPostgres) DebugString

func (s RDSInstanceReadyPostgres) DebugString() string

type State

type State interface {
	DebugString() string
}

State of a single resource in execution.

Jump to

Keyboard shortcuts

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