Documentation
¶
Index ¶
Constants ¶
View Source
const ( Operation = "logging.googleapis.com/operation" SpanId = "logging.googleapis.com/spanId" Id = "logging.googleapis.com/trace" Sampled = "logging.googleapis.com/trace_sampled" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogEntryOperation ¶
type LogEntryOperation struct {
Id string `json:"id"`
Producer string `json:"producer,omitempty"`
First *bool `json:"first,omitempty"`
Last *bool `json:"last,omitempty"`
}
func (LogEntryOperation) MarshalZerologObject ¶
func (o LogEntryOperation) MarshalZerologObject(e *zerolog.Event)
Click to show internal directories.
Click to hide internal directories.