Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface { Infof(message string, args ...any) Errorf(message string, args ...any) Warnf(message string, args ...any) Fatalf(message string, args ...any) Logger(name string) Logger }
func NewTestZapLogger ¶
func NewTestZapLogger() Logger
func NewZapLogger ¶
type TestZapLogger ¶
type TestZapLogger struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.