Documentation ¶
Index ¶
Constants ¶
View Source
const ( X_REQUEST_ID = "x-request-id" X_B3_TRACEID = "x-b3-traceid" X_B3_SPANID = "x-b3-spanid" X_B3_PARENTSPANID = "x-b3-parentspanid" X_B3_SAMPLED = "x-b3-sampled" X_B3_FLAGS = "x-b3-flags" B3 = "b3" X_OT_SPAN_CONTEXT = "x-ot-span-context" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient struct { Client *resty.Client Request *resty.Request }
func New ¶
func New() HttpClient
func (HttpClient) SetTrace ¶
func (h HttpClient) SetTrace(header interface{}) HttpClient
type TraceHeader ¶
func SetGrpc ¶
func SetGrpc(ctx context.Context) TraceHeader
func SetHeader ¶
func SetHeader(header interface{}) TraceHeader
func SetHttp ¶
func SetHttp(header http.Header) TraceHeader
Click to show internal directories.
Click to hide internal directories.