Documentation ¶ Index ¶ func NewLogger() logger.Logger type Setup func SetupForDir(t *testing.T, dir string) Setup func SetupTest(t *testing.T) Setup func (t Setup) Cleanup() func (t Setup) Client() client.Client func (t Setup) DataStore() persistence.DataStores Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewLogger ¶ func NewLogger() logger.Logger Types ¶ type Setup ¶ type Setup struct { Config *config.Config Logger logger.Logger // contains filtered or unexported fields } func SetupForDir ¶ func SetupForDir(t *testing.T, dir string) Setup func SetupTest ¶ func SetupTest(t *testing.T) Setup func (Setup) Cleanup ¶ func (t Setup) Cleanup() func (Setup) Client ¶ func (t Setup) Client() client.Client func (Setup) DataStore ¶ func (t Setup) DataStore() persistence.DataStores Source Files ¶ View all Source files setup.go Click to show internal directories. Click to hide internal directories.