//
pkg.gl
Category
github.com/codingnagger/golang-todolist-blog-example
pkg
storage
memory
package
1.0.0
Repository:
https://github.com/codingnagger/golang-todolist-blog-example.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
93 SLOC
#
Functions
NewStorage
NewStorage creates and return a new storage.
#
Structs
Storage
Storage keeps tasks data in memory.
Task
A Task that can be stored in memory.