models

package
v0.0.0-...-19c0af5 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

func (*App) AddCategory

func (app *App) AddCategory(title string)

func (App) Print

func (app App) Print() string

type Category

type Category struct {
	// contains filtered or unexported fields
}

func (*Category) CreateListItem

func (category *Category) CreateListItem(title string)

func (Category) Print

func (category Category) Print() string

func (Category) PrintList

func (category Category) PrintList() string

type Todo

type Todo struct {
	// contains filtered or unexported fields
}

func (*Todo) Check

func (todo *Todo) Check(done bool)

func (Todo) Print

func (todo Todo) Print() string

Jump to

Keyboard shortcuts

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