package
0.0.0-20240715182337-fc0115374bc3
Repository: https://github.com/rmarmolejo90/go_api.git
Documentation: pkg.go.dev

# Functions

CreateCandle handles the creation of a new candle in the database.
CreateOrder handles the creation of a new order in the database.
No description provided by the author
DeleteCandle deletes a candle from the database by ID.
DeleteOrder deletes an order from the database by ID.
No description provided by the author
GetAllOrders retrieves all orders from the database.
GetCandle retrieves a candle from the database by ID.
GetOrder retrieves an order from the database by ID.
No description provided by the author
UpdateCandle updates a candle's information in the database by ID.
UpdateOrder updates an order's information in the database by ID.
No description provided by the author