func github.com/aws/aws-sdk-go/aws.SeekerLen
4 uses
github.com/aws/aws-sdk-go/aws (current package)
types.go#L117: func SeekerLen(s io.Seeker) (int64, error) {
github.com/aws/aws-sdk-go/aws/corehandlers
handlers.go#L39: length, err = aws.SeekerLen(r.Body)
github.com/aws/aws-sdk-go/aws/request
request.go#L461: l, err := aws.SeekerLen(r.Body)
github.com/aws/aws-sdk-go/aws/signer/v4
v4.go#L769: size, err := aws.SeekerLen(reader)
![]() |
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. |