Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeHttpClient ¶
Types ¶
type Event ¶
type Event struct {
Time string `json:"time"`
TimeNano int64 `json:"timeNano"`
Channel string `json:"channel"`
Type string `json:"type"`
Data interface{} `json:"data"`
// contains filtered or unexported fields
}
func (*Event) GetSpanContext ¶ added in v0.0.2
func (e *Event) GetSpanContext() sreCommon.TracerSpanContext
func (*Event) JsonObject ¶
func (*Event) SetSpanContext ¶ added in v0.0.2
func (e *Event) SetSpanContext(context sreCommon.TracerSpanContext)
Click to show internal directories.
Click to hide internal directories.