package
Version:
v0.0.0-...-4e1bfa0
Opens a new window with list of versions in this module.
Published: Jul 27, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
TotalCount int64 `json:"total_count"`
TotalSum float64 `json:"total_sum"`
}
type Transaction struct {
ID primitive.ObjectID `json:"id" bson:"_id,omitempty"`
Amount float64 `json:"amount" bson:"amount"`
Time time.Time `json:"time" bson:"time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.