Documentation ¶
Index ¶
- Variables
- func Consumer(ctx context.Context, c model.IConsumer, message string, args ...any)
- func Debug(ctx context.Context, format string, v ...any)
- func Error(ctx context.Context, format string, v ...any)
- func Fatal(ctx context.Context, format string, v ...any)
- func Info(ctx context.Context, format string, v ...any)
- func Log(ctx context.Context, level Level, format string, v ...any)
- func Produce(ctx context.Context, topic string, message string, args ...any)
- func Warning(ctx context.Context, format string, v ...any)
- type GetRequestIdFromContextGetterFn
- type Level
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Verbose bool JsonLog bool App = context.Background() )
Functions ¶
Types ¶
type GetRequestIdFromContextGetterFn ¶
var GetRequestIdFromContextFn *GetRequestIdFromContextGetterFn
Click to show internal directories.
Click to hide internal directories.