ynab

package
v0.0.0-...-b4acf15 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Encode

func Encode(entries []Entry) ([]byte, error)

Make sure entries are sorted by date before calling Encode

Types

type Entry

type Entry struct {
	Date    time.Time
	Payee   string
	Memo    string
	Outflow sql.NullInt64 // in cents
	Inflow  sql.NullInt64 // in cents
}

Jump to

Keyboard shortcuts

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