Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockLogger ¶
type MockLogger struct {
// contains filtered or unexported fields
}
func (*MockLogger) Debugf ¶
func (l *MockLogger) Debugf(format string, args ...interface{})
func (*MockLogger) Errorf ¶
func (l *MockLogger) Errorf(format string, args ...interface{})
func (*MockLogger) Infof ¶
func (l *MockLogger) Infof(format string, args ...interface{})
func (*MockLogger) Warnf ¶
func (l *MockLogger) Warnf(format string, args ...interface{})
type QueryLogger ¶
type QueryLogger struct {
// contains filtered or unexported fields
}
func NewQueryLogger ¶
func NewQueryLogger(driver driver) *QueryLogger
func (QueryLogger) Info ¶
func (l QueryLogger) Info(query string, args ...any)
Click to show internal directories.
Click to hide internal directories.