Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestingT ¶
type TestingT interface {
Logf(string, ...interface{})
}
TestingT is a subset of the testing.T interface.
type WriteSyncer ¶
type WriteSyncer struct{ T TestingT }
WriteSyncer is a zapcore.WriteSyncer that writes to the provided test logger.
Click to show internal directories.
Click to hide internal directories.