@@ -0,0 +1,7 @@
package imparse
import "context"
type Trace interface {
StartSpanFromContext(ctx context.Context, funcName string) (func(), context.Context)
}
The note is not visible to the blocked user.