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
bc3f93f0
Commit
bc3f93f0
authored
May 13, 2019
by
alex.berger@nexiot.ch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo (renamed create_at to created_at).
parent
e7bb5915
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
project_import_export.go
project_import_export.go
+1
-1
No files found.
project_import_export.go
View file @
bc3f93f0
...
...
@@ -58,7 +58,7 @@ type ProjectExportStatus struct {
NameWithNamespace
*
string
`json:"name_with_namespace,omitempty"`
Path
*
string
`json:"path,omitempty"`
PathWithNamespace
*
string
`json:"path_with_namespace,omitempty"`
Create
At
*
string
`json:"create
_at,omitempty"`
Create
dAt
*
string
`json:"created
_at,omitempty"`
ExportStatus
*
string
`json:"export_status,omitempty"`
Message
*
string
`json:"message,omitempty"`
Links
struct
{
...
...
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