# Functions
CreateInvoice godoc
@Summary Create an invoice @Description Create a new invoice by providing the necessary details.
No description provided by the author
ShowAccount godoc
@Summary Get all invoice @Description Retrieve all invoice.
No description provided by the author
GetAllUsers godoc
@Summary Get all Users @Description Retrieve a user using its unique ID.
ShowAccount godoc
@Summary Get invoice by ID @Description Retrieve an invoice using its unique ID.
GetUser godoc
@Summary Get a User by ID @Description Retrieve a user using its unique ID.
No description provided by the author
RegisterUser godoc
@Summary Create a User @Description Create a new user by providing the necessary details.
UpdateInvoice godoc
@Summary Update an invoice @Description Updates the details of an existing invoice for a specific user.
# Structs
No description provided by the author