WithReferenceExampleID 关联到一个 example
(id string)
| 67 | |
| 68 | // WithReferenceExampleID 关联到一个 example |
| 69 | func WithReferenceExampleID(id string) TraceOption { |
| 70 | return func(o *traceOptions) { |
| 71 | o.ReferenceExampleID = id |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | // WithTraceID 强制指定一个 trace ID |
| 76 | func WithTraceID(id string) TraceOption { |
no outgoing calls
searching dependent graphs…