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 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
Click to show internal directories.
Click to hide internal directories.