Skip to content

Commit f9bcc92

Browse files
committed
chore: Remove unused TraceIDProvider
1 parent 247a399 commit f9bcc92

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

internal/log.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ func TraceIDFromContext(ctx context.Context) (string, bool) {
3434
return traceID, ok
3535
}
3636

37-
type TraceIDProvider interface {
38-
TraceIDFromContext(ctx context.Context) (string, bool)
39-
}
40-
4137
/*
4238
+-------------------------------+
4339
| Log Field Types |

0 commit comments

Comments
 (0)