report

package
v0.1.12 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Format

type Format string
const (
	FormatText     Format = "text"
	FormatMarkdown Format = "markdown"
)

type Generator

type Generator struct {
	Format Format
	Output io.Writer
}

func NewGenerator

func NewGenerator(format Format, output io.Writer) *Generator

func (*Generator) GenerateReport

func (g *Generator) GenerateReport(summary string, commits []git.CommitInfo, window timequery.Window, language string) error

Jump to

Keyboard shortcuts

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