package
0.0.0-20211011150542-850727c97e27
Repository: https://github.com/junnkk/golang.git
Documentation: pkg.go.dev
# Functions
NewDeadline returns a newly created Deadline with time t.
NewMemoryAccess returns a new MemoryDataAccess.
# Variables
ErrTaskNoExist occurs when the task with the ID was not found.
# Structs
Deadline is a struct to hold the deadline time.
MemoryDataAccess is a simple in-memory database.
Response is a struct for the JSON response.
ResponseError is the error for the JSON Response.
# Interfaces
DataAccess is an interface to access task.
# Type aliases
ID is a data type to identify a task.