Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerHook ¶
type LoggerHook struct {
// contains filtered or unexported fields
}
func (*LoggerHook) AfterQuery ¶
func (h *LoggerHook) AfterQuery(ctx context.Context, event *bun.QueryEvent)
func (*LoggerHook) BeforeQuery ¶
func (h *LoggerHook) BeforeQuery(ctx context.Context, event *bun.QueryEvent) context.Context
Click to show internal directories.
Click to hide internal directories.