Documentation
¶
Index ¶
Constants ¶
View Source
const ProjectNameSepperator = "."
View Source
const TimeStampFormat = time.RFC3339Nano
Variables ¶
This section is empty.
Functions ¶
func ProjectNamesToString ¶
func ProjectNamesToString(names []ProjectName) []string
Types ¶
type Entry ¶
func ParseEntry ¶
type Note ¶
func (Note) GetTimeStamp ¶
type Project ¶
type Project struct { Entries Entries Name ProjectName }
type ProjectName ¶
type ProjectName []string
func ParseProjectName ¶
func ParseProjectName(name string) (ProjectName, error)
func (ProjectName) String ¶
func (name ProjectName) String() string
func (ProjectName) Values ¶
func (name ProjectName) Values() []string
type Projects ¶
type Projects struct {
// contains filtered or unexported fields
}
func NewProjects ¶
func NewProjects() Projects
type Todo ¶
func (Todo) GetTimeStamp ¶
Click to show internal directories.
Click to hide internal directories.