state

package
v0.461.0 Latest Latest
Warning

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

Go to latest
Published: Mar 4, 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 InputTopic added in v0.461.0

type InputTopic struct {
	Topic      string
	Module     string
	Partitions int
}

func (InputTopic) DebugString added in v0.461.0

func (s InputTopic) 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 OutputSubscription added in v0.461.0

type OutputSubscription struct {
	Module string
	Verb   string

	Connector schema.SubscriptionConnector
}

func (OutputSubscription) DebugString added in v0.461.0

func (s OutputSubscription) DebugString() string

type OutputTopic added in v0.461.0

type OutputTopic struct {
	Module string
	Topic  string

	Runtime *schema.TopicRuntime
}

func (OutputTopic) DebugString added in v0.461.0

func (s OutputTopic) 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.

type TopicClusterReady added in v0.461.0

type TopicClusterReady struct {
	InputTopic

	Brokers []string
}

func (TopicClusterReady) DebugString added in v0.461.0

func (s TopicClusterReady) DebugString() string

Jump to

Keyboard shortcuts

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