Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/aws-step-functions-long-lived-transactions
/ types & classes
Types & classes
10 in github.com/aws-samples/aws-step-functions-long-lived-transactions
⨍
Functions
63
◇
Types & classes
10
Struct
ErrProcessOrder
* ////////////////////////// // CUSTOM ERRORS */ ErrProcessOrder represents a process order error
models/order.go:60
Struct
ErrProcessPayment
* ////////////////////////// // CUSTOM ERRORS */ ErrProcessPayment represents a process payment error
models/payment.go:43
Struct
ErrProcessRefund
ErrProcessRefund represents a process payment refund error
models/payment.go:58
Struct
ErrReleaseInventory
ErrReleaseInventory represents a inventory update reversal error
models/inventory.go:55
Struct
ErrReserveInventory
* ////////////////////////// // CUSTOM ERRORS */ ErrReserveInventory represents a inventory update error
models/inventory.go:39
Struct
ErrUpdateOrderStatus
ErrUpdateOrderStatus represents a process order error
models/order.go:76
Struct
Inventory
Inventory represents the transaction on inventory
models/inventory.go:12
Struct
Item
Item represents an item in the cart
models/order.go:21
Struct
Order
Order represents a customer order
models/order.go:10
Struct
Payment
Payment represents a customer credit card payment
models/payment.go:12