Documentation ¶
Index ¶
- Variables
- func AfterSuiteFn()
- func BeforeSuiteFn(args ...interface{}) context.Context
- func DumpEventQueue(ctx context.Context)
- func ExpectJobToPass(j *job.Job)
- func GetEmbeddedPGConfig(database string, port int) (embeddedPG.Config, string)
- func MustDB() *sql.DB
- func NewDB(ctx context.Context, name string) (*context.Context, func(), error)
- func RunEcho(e *echo.Echo) (int, func())
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultContext context.Context
View Source
var PgUrl string
View Source
var ShutdownHooks []func(ctx gocontext.Context) error
View Source
var WithExistingDatabase = "with_existing_database"
View Source
var WithoutDummyData = "without_dummy_data"
Functions ¶
func AfterSuiteFn ¶
func AfterSuiteFn()
func BeforeSuiteFn ¶
func DumpEventQueue ¶ added in v1.0.265
func ExpectJobToPass ¶ added in v1.0.265
func GetEmbeddedPGConfig ¶ added in v1.0.254
func GetEmbeddedPGConfig(database string, port int) (embeddedPG.Config, string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.