past

package
v0.0.14 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Day

type Day struct {
	AST          *ast.Day
	Date         time.Time
	Transactions []*ast.Transaction
	Amounts      amounts.Amounts
}

Day represents a day of activity in the processed AST.

func (*Day) Less

func (d *Day) Less(d2 *Day) bool

Less establishes an ordering on Day.

type PAST

type PAST struct {
	Days    []*Day
	Context journal.Context
}

PAST is a processed AST.

Jump to

Keyboard shortcuts

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