Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ContextTraceType (0.08 sec)

  1. internal/mcontext/ctxt.go

    // packages in github.com/minio/minio
    
    import (
    	xhttp "github.com/minio/minio/internal/http"
    )
    
    // ContextTraceType represents the type of golang Context key
    type ContextTraceType string
    
    // ContextTraceKey is the key of TraceCtxt saved in a Golang context
    const ContextTraceKey = ContextTraceType("ctx-trace-info")
    
    // TraceCtxt holds related tracing data of a http request.
    type TraceCtxt struct {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Tue Dec 06 17:27:26 UTC 2022
    - 1.3K bytes
    - Viewed (0)
Back to top