package
Version:
v0.0.0-...-067fca3
Opens a new window with list of versions in this module.
Published: Jun 5, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Datastore interface {
AddTask(task Task) error
Close()
}
Datastore interface is exactly what it says on the tin.
The API separates what can be stored from how it is stored.
type Task struct {
ID int `json:"id"`
Text string `json:"text"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.