models

package
v0.0.0-...-9d2db95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Todo

type Todo struct {
	ID        int       `db:"id" bson:"id" json:"id"`
	Content   string    `db:"content" bson:"content" json:"content"`
	CreatedAt time.Time `db:"created_at" bson:"created_at" json:"createdAt"`
	Completed bool      `db:"completed" bson:"completed" json:"completed"`
}

Todo Model for todo

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL