//
pkg.gl
Category
github.com/jessikamurphy/golang-angular
todo
package
0.0.0-20191013092351-911f6d3d7247
Repository:
https://github.com/jessikamurphy/golang-angular.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
78 SLOC
#
Functions
Add
Add will add a new todo based on a message.
Complete
Complete will set the complete boolean to true, marking a todo as completed.
Delete
Delete will remove a Todo from the Todo list.
Get
Get retrieves all elements from the todo list.
#
Structs
Todo
No description provided by the author