Documentation
¶
Overview ¶
Package lifecycle contains the code to run and manage the lifecycle of a postgres Instance
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresLifecycle ¶
type PostgresLifecycle struct {
// contains filtered or unexported fields
}
PostgresLifecycle implements the manager.Runnable interface for a postgres.Instance
func NewPostgres ¶
func NewPostgres( ctx context.Context, instance *postgres.Instance, initialization concurrency.MultipleExecuted, ) *PostgresLifecycle
NewPostgres creates a new PostgresLifecycle
func (*PostgresLifecycle) GetGlobalContext ¶
func (i *PostgresLifecycle) GetGlobalContext() context.Context
GetGlobalContext returns the PostgresLifecycle's context
Click to show internal directories.
Click to hide internal directories.