Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { Caller string `json:"caller"` Time string `json:"time"` Level string `json:"level"` Message string `json:"message"` Error string `json:"error"` RequestID string `json:"requestID"` TraceID string `json:"traceID"` SpanID string `json:"spanID"` Data map[string]interface{} `json:"data"` }
Request is the struct representing the HTTP request body
Click to show internal directories.
Click to hide internal directories.