Documentation ¶
Index ¶
- type ReceiptStorePersistence
- func (_m *ReceiptStorePersistence) AddReceipt(requestID string, receipt *map[string]interface{}) error
- func (_m *ReceiptStorePersistence) Close()
- func (_m *ReceiptStorePersistence) GetReceipt(requestID string) (*map[string]interface{}, error)
- func (_m *ReceiptStorePersistence) GetReceipts(skip int, limit int, ids []string, sinceEpochMS int64, from string, to string, ...) (*[]map[string]interface{}, error)
- func (_m *ReceiptStorePersistence) Init() error
- func (_m *ReceiptStorePersistence) ValidateConf() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiptStorePersistence ¶
ReceiptStorePersistence is an autogenerated mock type for the ReceiptStorePersistence type
func (*ReceiptStorePersistence) AddReceipt ¶
func (_m *ReceiptStorePersistence) AddReceipt(requestID string, receipt *map[string]interface{}) error
AddReceipt provides a mock function with given fields: requestID, receipt
func (*ReceiptStorePersistence) Close ¶
func (_m *ReceiptStorePersistence) Close()
Close provides a mock function with given fields:
func (*ReceiptStorePersistence) GetReceipt ¶
func (_m *ReceiptStorePersistence) GetReceipt(requestID string) (*map[string]interface{}, error)
GetReceipt provides a mock function with given fields: requestID
func (*ReceiptStorePersistence) GetReceipts ¶
func (_m *ReceiptStorePersistence) GetReceipts(skip int, limit int, ids []string, sinceEpochMS int64, from string, to string, start string) (*[]map[string]interface{}, error)
GetReceipts provides a mock function with given fields: skip, limit, ids, sinceEpochMS, from, to, start
func (*ReceiptStorePersistence) Init ¶
func (_m *ReceiptStorePersistence) Init() error
Init provides a mock function with given fields:
func (*ReceiptStorePersistence) ValidateConf ¶
func (_m *ReceiptStorePersistence) ValidateConf() error
ValidateConf provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.