google.golang.org/api/internal/gensupport.MediaInfo.singleChunk (field)
7 uses
google.golang.org/api/internal/gensupport (current package)
media.go#L222: singleChunk bool
media.go#L237: mi.media, mi.buffer, mi.singleChunk = PrepareUpload(r, opts.ChunkSize)
media.go#L251: singleChunk: false,
media.go#L265: if mi.singleChunk {
media.go#L283: } else if mi.singleChunk {
media.go#L318: if mi.buffer != nil && mi.mType != "" && !mi.singleChunk {
media.go#L347: if mi == nil || mi.singleChunk {
![]() |
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. |