Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloseFunction ¶
type CloseFunction func()
CloseFunction is a function with no arg nor return values for closing a resource
type TestDB ¶
type TestDB struct { Driver string Dsn string LogFlags qb.LogFlags Logger xbus.Logger // contains filtered or unexported fields }
TestDB holds a test database and provides access to it until its 'Close' function is called
Click to show internal directories.
Click to hide internal directories.