Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllResources []ResourceKind
Functions ¶
This section is empty.
Types ¶
type MySQLDBDoneState ¶
type MySQLDBDoneState struct { MySQLInstanceReadyState Connector schema.DatabaseConnector }
func (MySQLDBDoneState) DebugString ¶
func (s MySQLDBDoneState) DebugString() string
type MySQLInputState ¶
func (MySQLInputState) DebugString ¶
func (s MySQLInputState) DebugString() string
func (MySQLInputState) Kind ¶
func (s MySQLInputState) Kind() ResourceKind
type MySQLInstanceReadyState ¶
type MySQLInstanceReadyState struct { MySQLInputState MasterUserSecretARN string WriteEndpoint string ReadEndpoint string }
func (MySQLInstanceReadyState) DebugString ¶
func (s MySQLInstanceReadyState) DebugString() string
type PostgresDBDoneState ¶
type PostgresDBDoneState struct { PostgresInstanceReadyState Connector schema.DatabaseConnector }
func (PostgresDBDoneState) DebugString ¶
func (s PostgresDBDoneState) DebugString() string
type PostgresInputState ¶
func (PostgresInputState) DebugString ¶
func (s PostgresInputState) DebugString() string
func (PostgresInputState) Kind ¶
func (s PostgresInputState) Kind() ResourceKind
type PostgresInstanceReadyState ¶
type PostgresInstanceReadyState struct { PostgresInputState MasterUserSecretARN string WriteEndpoint string ReadEndpoint string }
func (PostgresInstanceReadyState) DebugString ¶
func (s PostgresInstanceReadyState) DebugString() string
type ProvisionRunner ¶
type ProvisionRunner struct { CurrentState []State Stages []RunnerStage // contains filtered or unexported fields }
type ResourceKind ¶
type ResourceKind string
const ( ResourceKindPostgres ResourceKind = "postgres" ResourceKindMySQL ResourceKind = "mysql" )
type RunnerStage ¶
Click to show internal directories.
Click to hide internal directories.