Documentation ¶
Index ¶
- func ContextWithTraceID(ctx context.Context) context.Context
- func FormatEventLogFields(ctx context.Context, details []Detail) []zapcore.Field
- func FormatStepLogFields(ctx context.Context, details []Detail, status StatusType, end bool) []zapcore.Field
- func FormatTraceLogFields(ctx context.Context) []zapcore.Field
- type Detail
- type Event
- type LogType
- type StatusType
- type Step
- type Trace
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatEventLogFields ¶
func FormatStepLogFields ¶
Types ¶
type StatusType ¶
type StatusType string
const ( Running StatusType = "running" Succeeded StatusType = "succeeded" Failed StatusType = "failed" )
Click to show internal directories.
Click to hide internal directories.