package
Version:
v0.0.0-...-17b6e18
Opens a new window with list of versions in this module.
Published: Apr 13, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Error struct {
Code int `json:"code"`
Message string `json:"message"`
}
Error represents an HTTP error status
ToDo is a structure that models todo information
type ToDoInput struct {
Title string `json:"title" binding:"required"`
Order int `json:"order"`
Completed bool `json:"completed"`
}
ToDoInput is a structure that models todo information
Source Files
¶
Click to show internal directories.
Click to hide internal directories.