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 {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |