func github.com/go-redis/redis/v8/internal.WithSpan

8 uses

	github.com/go-redis/redis/v8/internal (current package)
		util.go#L14: 	return WithSpan(ctx, "sleep", func(ctx context.Context) error {
		util.go#L65: func WithSpan(ctx context.Context, name string, fn func(context.Context) error) error {

	github.com/go-redis/redis/v8/internal/pool
		conn.go#L65: 	return internal.WithSpan(ctx, "with_reader", func(ctx context.Context) error {
		conn.go#L79: 	return internal.WithSpan(ctx, "with_writer", func(ctx context.Context) error {

	github.com/go-redis/redis/v8
		options.go#L248: 			err := internal.WithSpan(ctx, "dialer", func(ctx context.Context) error {
		redis.go#L197: 	err = internal.WithSpan(ctx, "init_conn", func(ctx context.Context) error {
		redis.go#L271: 	return internal.WithSpan(ctx, "with_conn", func(ctx context.Context) error {
		redis.go#L300: 		err := internal.WithSpan(ctx, "process", func(ctx context.Context) error {