package
Version:
v0.0.0-...-7509b2a
Opens a new window with list of versions in this module.
Published: Sep 15, 2016
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Todo struct {
ID int `schema:"-"`
Body string `schema:"body"`
CreatedAt time.Time `schema:"-"`
UpdatedAt time.Time `schema:"-"`
}
Todo represent an item of todo list
Source Files
¶
Click to show internal directories.
Click to hide internal directories.