Documentation ¶ Index ¶ type Logger func (l *Logger) Close() func (l *Logger) Debug(format string, args ...any) func (l *Logger) Error(format string, args ...any) func (l *Logger) Info(format string, args ...any) func (l *Logger) Warn(format string, args ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Logger ¶ type Logger struct { Logs []string } func (*Logger) Close ¶ func (l *Logger) Close() func (*Logger) Debug ¶ func (l *Logger) Debug(format string, args ...any) func (*Logger) Error ¶ func (l *Logger) Error(format string, args ...any) func (*Logger) Info ¶ func (l *Logger) Info(format string, args ...any) func (*Logger) Warn ¶ func (l *Logger) Warn(format string, args ...any) Source Files ¶ View all Source files mock_logger.go Click to show internal directories. Click to hide internal directories.