1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

go mod vendor update

Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
Chris Cummer
2019-12-14 08:52:34 -08:00
parent 703619bf0a
commit 3d4059de02
665 changed files with 104373 additions and 59789 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -238,7 +238,7 @@ type CloneOperationInformation struct {
SourcePlan *ShallowReference `json:"sourcePlan,omitempty"`
// Shallow reference of the source
SourceProject *ShallowReference `json:"sourceProject,omitempty"`
// Current state of the operation. When State reaches Suceeded or Failed, the operation is complete
// Current state of the operation. When State reaches Succeeded or Failed, the operation is complete
State *CloneOperationState `json:"state,omitempty"`
// Url for getting the clone information
Url *string `json:"url,omitempty"`