transaction

package
v0.3.8 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Posting

type Posting struct {
	Account  string
	Amount   int64
	Currency string
	Comment  string
}

Posting is the type of a single posting line reflecting a debit or credit of an account.

type T

type T struct {
	Time time.Time
	Desc string

	Posting []*Posting
}

T is the type of a transaction.

Jump to

Keyboard shortcuts

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