Extract 从 carrier 中提取 trace context
(ctx context.Context, carrier any)
| 14 | |
| 15 | // Extract 从 carrier 中提取 trace context |
| 16 | Extract(ctx context.Context, carrier any) context.Context |
| 17 | |
| 18 | // Inject 将 trace context 注入到 carrier |
| 19 | Inject(ctx context.Context, carrier any) error |
no outgoing calls
no test coverage detected