Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module("testlog", fx.Provide(NewZapSplitWriter), fx.Supply(new(LogStorage)), )
Functions ¶
func NewZapSplitWriter ¶
func NewZapSplitWriter(t *testing.T, storage *LogStorage) *zap.Logger
Types ¶
type LogStorage ¶
type LogStorage struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.