1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-20 18:23:31 +00:00

vendor: update all dependencies to latest versions

This commit is contained in:
Nick Craig-Wood
2018-01-16 13:20:59 +00:00
parent 8e83fb6fb9
commit 7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions

View File

@@ -145,8 +145,8 @@ type Task struct {
}
func (s *Task) MarshalJSON() ([]byte, error) {
type noMethod Task
raw := noMethod(*s)
type NoMethod Task
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -190,8 +190,8 @@ type TaskQueue struct {
}
func (s *TaskQueue) MarshalJSON() ([]byte, error) {
type noMethod TaskQueue
raw := noMethod(*s)
type NoMethod TaskQueue
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -229,8 +229,8 @@ type TaskQueueAcl struct {
}
func (s *TaskQueueAcl) MarshalJSON() ([]byte, error) {
type noMethod TaskQueueAcl
raw := noMethod(*s)
type NoMethod TaskQueueAcl
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -268,8 +268,8 @@ type TaskQueueStats struct {
}
func (s *TaskQueueStats) MarshalJSON() ([]byte, error) {
type noMethod TaskQueueStats
raw := noMethod(*s)
type NoMethod TaskQueueStats
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -303,8 +303,8 @@ type Tasks struct {
}
func (s *Tasks) MarshalJSON() ([]byte, error) {
type noMethod Tasks
raw := noMethod(*s)
type NoMethod Tasks
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -337,8 +337,8 @@ type Tasks2 struct {
}
func (s *Tasks2) MarshalJSON() ([]byte, error) {
type noMethod Tasks2
raw := noMethod(*s)
type NoMethod Tasks2
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@@ -459,7 +459,7 @@ func (c *TaskqueuesGetCall) Do(opts ...googleapi.CallOption) (*TaskQueue, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@@ -731,7 +731,7 @@ func (c *TasksGetCall) Do(opts ...googleapi.CallOption) (*Task, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@@ -874,7 +874,7 @@ func (c *TasksLeaseCall) Do(opts ...googleapi.CallOption) (*Tasks, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@@ -1038,7 +1038,7 @@ func (c *TasksListCall) Do(opts ...googleapi.CallOption) (*Tasks2, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil