type google.golang.org/api/internal/gensupport.ResumableUpload
8 uses
google.golang.org/api/internal/gensupport (current package)
media.go#L346: func (mi *MediaInfo) ResumableUpload(locURI string) *ResumableUpload {
media.go#L350: return &ResumableUpload{
resumable.go#L45: type ResumableUpload struct {
resumable.go#L63: func (rx *ResumableUpload) Progress() int64 {
resumable.go#L73: func (rx *ResumableUpload) doUploadRequest(ctx context.Context, data io.Reader, off, size int64, final bool) (*http.Response, error) {
resumable.go#L114: func (rx *ResumableUpload) reportProgress(old, updated int64) {
resumable.go#L127: func (rx *ResumableUpload) transferChunk(ctx context.Context) (*http.Response, error) {
resumable.go#L164: func (rx *ResumableUpload) Upload(ctx context.Context) (resp *http.Response, err 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. |