Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface { Debug(ctx context.Context, message string, args ...any) Info(ctx context.Context, message string, args ...any) Warn(ctx context.Context, message string, args ...any) Error(ctx context.Context, message string, args ...any) Fatal(ctx context.Context, message string, args ...any) Trace(ctx context.Context, begin time.Time, fc func() (sql string, rowsAffected int64), err error) }
Click to show internal directories.
Click to hide internal directories.