package
0.0.0-20221221161611-a147a0293ee4
Repository: https://github.com/devbeast3800/golangapi.git
Documentation: pkg.go.dev

# Functions

AllOrders returns a slice of Order (all orders in orders table).
OrderCreate creates a order instance in the database.
OrderDelete deletes a order instance from the database.
OrderFind finds a order instance by ID in the database.
OrderIndex => returns a slice of all orders in the database.
OrderUpdate Updates a order instance in the database.

# Structs

GenericResponse returns timestamp and status to order in JSON.
Order represents a order instance.