Skip to content
Snippets Groups Projects
Commit 74ce58e0 authored by Simon Lindblad's avatar Simon Lindblad
Browse files

Remove important structs

parent c4c51788
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,6 @@ type Task struct {
ListId int
}
type CreateTaskRequest struct {
Name string `json:"name"`
ListId int `json:"list_id"`
}
type List struct {
Id int
Name string
}
type ListCreateRequest struct {
Name string
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment