report

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package report generates manager-ready summaries from journal entries.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(w io.Writer, entries []journal.Entry, opts Options)

Generate writes a manager report to w from entries.

Types

type Format

type Format string

Format controls report output.

const (
	FormatMarkdown Format = "markdown"
	FormatPlain    Format = "plain"
)

type Options

type Options struct {
	Since  time.Time
	Until  time.Time
	Format Format
	Author string
}

Options controls report generation.

Jump to

Keyboard shortcuts

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