Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextLogger ¶ added in v1.10.0
type ContextLogger interface { // Debugf is for reporting information about internal operations. Debugf(ctx context.Context, format string, args ...interface{}) }
ContextLogger is the interface used for debug logging. By default, it is unused.
Click to show internal directories.
Click to hide internal directories.