myhomefinance

command module
v0.0.0-...-fc1c61b Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: MIT Imports: 10 Imported by: 0

README

MyHomeFinance Build Status Go Report Card

Install

make deps
make test
make build

Document examples

Outflow
type Outflow struct {
	Id           int64
	DocumentGUID string
	Time         time.Time
	Name         string
	Amount       float64
	Description  string
	Destination  string
	Target       string
	Count        float64
	MetricUnit   string
	Satisfaction float32
}
inflow
type Inflow struct {
	Id           int64
	DocumentGUID string
	Time         time.Time
	Name         string
	Amount       float64
	Description  string
	Source       string
}

Server params

-addr=127.0.0.1:8080
-file=sql_file.db
-default_satisfaction=0.5

Tools

Code generation:

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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