Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-lab-remote2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
large-scale-dev
git-lab-remote2
Commits
74ce58e0
Commit
74ce58e0
authored
9 years ago
by
Simon Lindblad
Browse files
Options
Downloads
Patches
Plain Diff
Remove important structs
parent
c4c51788
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
todo.go
+0
-10
0 additions, 10 deletions
todo.go
with
0 additions
and
10 deletions
todo.go
+
0
−
10
View file @
74ce58e0
...
@@ -19,16 +19,6 @@ type Task struct {
...
@@ -19,16 +19,6 @@ type Task struct {
ListId
int
ListId
int
}
}
type
CreateTaskRequest
struct
{
Name
string
`json:"name"`
ListId
int
`json:"list_id"`
}
type
List
struct
{
Id
int
Name
string
}
type
ListCreateRequest
struct
{
type
ListCreateRequest
struct
{
Name
string
Name
string
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment