Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InputMySQL ¶
func (InputMySQL) DebugString ¶
func (s InputMySQL) DebugString() string
type InputPostgres ¶
func (InputPostgres) DebugString ¶
func (s InputPostgres) DebugString() string
type InputTopic ¶ added in v0.461.0
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 optional.Option[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 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
Click to show internal directories.
Click to hide internal directories.