package
Version:
v0.0.0-...-5ad840a
Opens a new window with list of versions in this module.
Published: Oct 27, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
InitDB retourne la database tasks.db
Item est une tache a accomplir.
type Task struct {
DB *sql.DB
}
Task est un type qui contient la database.
NewTask crée la table et initialise la database.
Add ajoute une nouvelle tâche.
Del efface une tâche avec une ID passée en paramèttre.
End marque une tâche terminée avec une ID passée en paramèttre.
Exists check if task exists. true if exists, otherwise false.
Get recupère un slice de taches.
GetTask recupère une tâche par son id. TODO /: A VERIFIER !
Source Files
¶
Click to show internal directories.
Click to hide internal directories.