//
pkg.gl
Category
github.com/cardenasc33/receipt-processor-challenge
internal
tools
package
0.0.0-20250303233440-c32499a4ad2c
Repository:
https://github.com/cardenasc33/receipt-processor-challenge.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
51 SLOC
#
Functions
NewDatabase
function to return database.
#
Structs
ReceiptDetails
Database collections.
#
Interfaces
DatabaseInterface
Define methods for api Able to swap databases as long as GetReceiptPoints and SetupDatabase are defined (see /tools/mockdb.go).