io

package
v0.0.0-...-e06aa91 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Transaction

type Transaction struct {
	Id          bson.ObjectId `json:"id" bson:"_id"`
	Uuid        string        `json:"uuid"  bson:"uuid"`
	Amount      float32       `json:"amount" bson:"amount"`
	Currency    string        `json:"currency" bson:"currency"`
	Date        string        `json:"date" bson:"date"`
	Description string        `json:"description" bson:"description"`
	Category    string        `json:"category" bson:"category"`
}

func (Transaction) String

func (t Transaction) String() string

Jump to

Keyboard shortcuts

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