func github.com/go-redis/redis/v8/internal/proto.Scan
3 uses
github.com/go-redis/redis/v8/internal/proto (current package)
scan.go#L11: func Scan(b []byte, v interface{}) error {
scan.go#L126: if err := Scan([]byte(s), elem.Addr().Interface()); err != nil {
github.com/go-redis/redis/v8
command.go#L732: return proto.Scan([]byte(cmd.val), val)
![]() |
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. |