Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeedu/intensivao-microservicos
/ functions
Functions
29 in github.com/codeedu/intensivao-microservicos
⨍
Functions
29
◇
Types & classes
9
↓ 2 callers
Function
loadData
()
product/product.go:22
↓ 2 callers
Function
saveOrder
(order Order)
order/order.go:75
↓ 1 callers
Function
createOrder
(payload []byte)
order/order.go:63
↓ 1 callers
Function
loadPrducts
()
catalog/catalog.go:29
↓ 1 callers
Function
notifyOrderCreated
(order Order, ch *amqp.Channel)
order/order.go:85
↓ 1 callers
Function
notifyPaymentProcessed
(order Order, ch *amqp.Channel)
payment/payment.go:35
Function
Connect
()
payment/queue/queue.go:9
Function
Connect
()
checkout/queue/queue.go:9
Function
Connect
()
order/queue/queue.go:9
Function
Connect
()
order/db/db.go:8
Function
GetProductById
(w http.ResponseWriter, r *http.Request)
product/product.go:38
Function
ListProducts
(w http.ResponseWriter, r *http.Request)
product/product.go:33
Function
ListProducts
(w http.ResponseWriter, r *http.Request)
catalog/catalog.go:49
Function
Notify
(payload []byte, exchange string, routingKey string, ch *amqp.Channel)
payment/queue/queue.go:24
Function
Notify
(payload []byte, exchange string, routingKey string, ch *amqp.Channel)
checkout/queue/queue.go:24
Function
Notify
(payload []byte, exchange string, routingKey string, ch *amqp.Channel)
order/queue/queue.go:24
Function
ShowProduct
(w http.ResponseWriter, r *http.Request)
catalog/catalog.go:55
Function
StartConsuming
(queue string, ch *amqp.Channel, in chan []byte)
payment/queue/queue.go:43
Function
StartConsuming
(queue string, ch *amqp.Channel, in chan []byte)
order/queue/queue.go:43
Function
displayCheckout
(w http.ResponseWriter, r *http.Request)
checkout/checkout.go:33
Function
finish
(w http.ResponseWriter, r *http.Request)
checkout/checkout.go:50
Function
init
()
checkout/checkout.go:29
Function
init
()
order/order.go:33
Function
init
()
catalog/catalog.go:25
Function
main
()
product/product.go:53
Function
main
()
payment/payment.go:21
Function
main
()
checkout/checkout.go:66
Function
main
()
order/order.go:37
Function
main
()
catalog/catalog.go:42