Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
daf94410
Commit
daf94410
authored
Jun 16, 2019
by
Sander van Harmelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename `ImportProject` to `ImportFile` to match the docs
parent
dffeb325
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
project_import_export.go
project_import_export.go
+2
-2
No files found.
project_import_export.go
View file @
daf94410
...
...
@@ -151,11 +151,11 @@ type ImportFileOptions struct {
OverrideParams
*
CreateProjectOptions
`url:"override_params,omitempty" json:"override_params,omitempty"`
}
// Import
Project import the project
.
// Import
File import a file
.
//
// GitLab API docs:
// https://docs.gitlab.com/ce/api/project_import_export.html#import-a-file
func
(
s
*
ProjectImportExportService
)
Import
Project
(
opt
*
ImportFileOptions
,
options
...
OptionFunc
)
(
*
ImportStatus
,
*
Response
,
error
)
{
func
(
s
*
ProjectImportExportService
)
Import
File
(
opt
*
ImportFileOptions
,
options
...
OptionFunc
)
(
*
ImportStatus
,
*
Response
,
error
)
{
req
,
err
:=
s
.
client
.
NewRequest
(
"POST"
,
"projects/import"
,
opt
,
options
)
if
err
!=
nil
{
return
nil
,
nil
,
err
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment