Documentation ¶
Index ¶
- type ReceiptStore
- func (_m *ReceiptStore) Close()
- func (_m *ReceiptStore) GetReceipt(res http.ResponseWriter, req *http.Request, params httprouter.Params)
- func (_m *ReceiptStore) GetReceipts(res http.ResponseWriter, req *http.Request, params httprouter.Params)
- func (_m *ReceiptStore) Init() error
- func (_m *ReceiptStore) ProcessReceipt(msgBytes []byte)
- func (_m *ReceiptStore) ValidateConf() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReceiptStore ¶
ReceiptStore is an autogenerated mock type for the ReceiptStore type
func (*ReceiptStore) Close ¶
func (_m *ReceiptStore) Close()
Close provides a mock function with given fields:
func (*ReceiptStore) GetReceipt ¶
func (_m *ReceiptStore) GetReceipt(res http.ResponseWriter, req *http.Request, params httprouter.Params)
GetReceipt provides a mock function with given fields: res, req, params
func (*ReceiptStore) GetReceipts ¶
func (_m *ReceiptStore) GetReceipts(res http.ResponseWriter, req *http.Request, params httprouter.Params)
GetReceipts provides a mock function with given fields: res, req, params
func (*ReceiptStore) Init ¶
func (_m *ReceiptStore) Init() error
Init provides a mock function with given fields:
func (*ReceiptStore) ProcessReceipt ¶
func (_m *ReceiptStore) ProcessReceipt(msgBytes []byte)
ProcessReceipt provides a mock function with given fields: msgBytes
func (*ReceiptStore) ValidateConf ¶
func (_m *ReceiptStore) ValidateConf() error
ValidateConf provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.