Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestDataLayer ¶
type TestDataLayer struct {
// contains filtered or unexported fields
}
func New ¶
func New(logger *log.Logger, t *testing.T) (persistence.DataLayer, *TestDataLayer)
func (*TestDataLayer) Setup ¶
func (tdl *TestDataLayer) Setup(path string) error
func (*TestDataLayer) TearDown ¶
func (tdl *TestDataLayer) TearDown() error
Click to show internal directories.
Click to hide internal directories.