package
Version:
v0.6.2
Opens a new window with list of versions in this module.
Published: May 3, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Copyright © 2024 Oliver Schrenk
type Meta struct {
Vault string `json:"vault"`
Journal string `json:"journal"`
Path Path `json:"path"`
}
type Path struct {
Absolute string `json:"absolute"`
Relative string `json:"relative"`
}
type TasksWrapper struct {
Tasks []model.Task `json:"tasks"`
Summary model.Summary `json:"summary"`
Meta Meta `json:"meta"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.