export

package
v0.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 31, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToCSV

func ToCSV(entries []*storage.TimeEntry, filename string) error

func ToJson

func ToJson(entries []*storage.TimeEntry, filename string) error

Types

type ExportEntry

type ExportEntry struct {
	Project     string  `json:"project"`
	StartTime   string  `json:"start_time"`
	EndTime     string  `json:"end_time,omitempty"`
	Duration    float64 `json:"duration_hours"`
	Description string  `json:"description,omitempty"`
	Milestone   string  `json:"milestone,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL