Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credits ¶
type Credits struct { Name string `bson:"name"` Type string `bson:"type"` Date struct { Mount int `bson:"mount"` Year int `bson:"year"` } `bson:"date"` Datails struct { Interes float64 `bson:"interes"` Precing float64 `bson:"precing"` Mensualy int `bson:"mensualy"` } `bson:"datails"` Spent float64 `bson:"spent"` }
Click to show internal directories.
Click to hide internal directories.