MCPcopy Index your code
hub / github.com/cloudfoundry/cli / CCTraceHeaderRequest

Struct CCTraceHeaderRequest

api/cloudcontroller/wrapper/trace_request.go:9–12  ·  view source on GitHub ↗

CCTraceHeaderRequest is a wrapper that adds b3 trace headers to requests.

Source from the content-addressed store, hash-verified

7
8// CCTraceHeaderRequest is a wrapper that adds b3 trace headers to requests.
9type CCTraceHeaderRequest struct {
10 headers *shared.TraceHeaders
11 connection cloudcontroller.Connection
12}
13
14// NewCCTraceHeaderRequest returns a pointer to a CCTraceHeaderRequest wrapper.
15func NewCCTraceHeaderRequest(trace string) *CCTraceHeaderRequest {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected