Lines Matching defs:Import

14 type Import struct {  struct
16 VCSURL *string `json:"vcs_url,omitempty"`
21 VCS *string `json:"vcs,omitempty"`
24 VCSUsername *string `json:"vcs_username,omitempty"`
25 VCSPassword *string `json:"vcs_password,omitempty"`
27 TFVCProject *string `json:"tfvc_project,omitempty"`
34 UseLFS *string `json:"use_lfs,omitempty"`
37 HasLargeFiles *bool `json:"has_large_files,omitempty"`
40 LargeFilesSize *int `json:"large_files_size,omitempty"`
43 LargeFilesCount *int `json:"large_files_count,omitempty"`
89 Status *string `json:"status,omitempty"`
90 CommitCount *int `json:"commit_count,omitempty"`
91 StatusText *string `json:"status_text,omitempty"`
92 AuthorsCount *int `json:"authors_count,omitempty"`
93 Percent *int `json:"percent,omitempty"`
94 PushPercent *int `json:"push_percent,omitempty"`
95 URL *string `json:"url,omitempty"`
96 HTMLURL *string `json:"html_url,omitempty"`
97 AuthorsURL *string `json:"authors_url,omitempty"`
98 RepositoryURL *string `json:"repository_url,omitempty"`
99 Message *string `json:"message,omitempty"`
100 FailedStep *string `json:"failed_step,omitempty"`
104 HumanName *string `json:"human_name,omitempty"`
109 ProjectChoices []Import `json:"project_choices,omitempty"`
112 func (i Import) String() string {
150 func (s *MigrationService) StartImport(ctx context.Context, owner, repo string, in *Import) (*Impor…
194 func (s *MigrationService) UpdateImport(ctx context.Context, owner, repo string, in *Import) (*Impo…
274 func (s *MigrationService) SetLFSPreference(ctx context.Context, owner, repo string, in *Import) (*…