package
Version:
v0.0.0-...-3a0192e
Opens a new window with list of versions in this module.
Published: Jun 23, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NewTask struct {
Title string `json:"title"`
Note string `json:"note"`
}
type Task struct {
ID string `json:"id"`
Title string `json:"title"`
Note string `json:"note"`
Completed int `json:"completed"`
CreatedAt string `json:"created_at"`
UpdatedAt string `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.