Documentation
¶
Index ¶
Constants ¶
View Source
const DbImage = "postgres:17.4-alpine"
View Source
const DbName = "rollups"
View Source
const DbPassword = "password"
View Source
const DbUser = "postgres"
View Source
const DefaultTimeout time.Duration = 5 * time.Minute
View Source
const OpenEpoch = 19
View Source
const Schema = "" /* 143-byte string literal not displayed */
View Source
const TimeoutInSeconds = 10
Variables ¶
This section is empty.
Functions ¶
func ConfigureLog ¶
Types ¶
type DbFactory ¶
func NewDbFactory ¶
func NewDbFactory() *DbFactory
type StdoutLogConsumer ¶
type StdoutLogConsumer struct{}
StdoutLogConsumer is a LogConsumer that prints the log to stdout
func (*StdoutLogConsumer) Accept ¶
func (lc *StdoutLogConsumer) Accept(l testcontainers.Log)
Accept prints the log to stdout
Click to show internal directories.
Click to hide internal directories.