package
Version:
v0.0.0-...-f5d69d6
Opens a new window with list of versions in this module.
Published: Aug 3, 2019
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewDynamoCheckoutRepository instantiates the repository for this adapter
type PersistedOrder struct {
ID string `json:"id"`
Email string `json:"email"`
Amount float64 `json:"amount"`
Currency string `json:"currency"`
ProductID int `json:"productid"`
}
PersistedOrder represents the model for inserting the Order into the database
Source Files
¶
Click to show internal directories.
Click to hide internal directories.