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
Click to show internal directories.
Click to hide internal directories.