io

package
v0.0.0-...-866daa0 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2018 License: MIT Imports: 2 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       objectid.ObjectID `json:"id" bson:"_id"`
	ID       bson.ObjectId `json:"id" bson:"_id"`
	Title    string        `json:"title"  bson:"title"`
	Complete bool          `json:"complete" bson:"complete"`
}

Todo for service

func (Todo) String

func (t Todo) String() string

Jump to

Keyboard shortcuts

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