Discover Packages
github.com/Roma7-7-7/todoist-notifier
pkg
todoist
package
Version:
v0.0.0-...-a68581b
Opens a new window with list of versions in this module.
Published: Dec 26, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Task struct {
ID string `json:"id"`
ProjectID string `json:"project_id"`
Content string `json:"content"`
Priority int `json:"priority"`
Due *TaskDue `json:"due"`
}
type TaskDue struct {
Date string `json:"date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.