Documentation
¶
Index ¶
- type APIConfig
- func (apiConfig *APIConfig) HandleCreateAccount(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleCreateCategory(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleCreateTransaction(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleDeleteTransaction(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleGetCategory(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleHealth(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleListAccount(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleListCategory(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleListTransaction(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleSetAccountValue(w http.ResponseWriter, r *http.Request)
- func (apiConfig *APIConfig) HandleUpdateTransaction(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
func (*APIConfig) HandleCreateAccount ¶
func (apiConfig *APIConfig) HandleCreateAccount(w http.ResponseWriter, r *http.Request)
Creating Accounts
func (*APIConfig) HandleCreateCategory ¶
func (apiConfig *APIConfig) HandleCreateCategory(w http.ResponseWriter, r *http.Request)
Creating Transaction Categories
func (*APIConfig) HandleCreateTransaction ¶
func (apiConfig *APIConfig) HandleCreateTransaction(w http.ResponseWriter, r *http.Request)
Creating Transactions
func (*APIConfig) HandleDeleteTransaction ¶
func (apiConfig *APIConfig) HandleDeleteTransaction(w http.ResponseWriter, r *http.Request)
Delete Transaction
func (*APIConfig) HandleGetCategory ¶
func (apiConfig *APIConfig) HandleGetCategory(w http.ResponseWriter, r *http.Request)
Retrieving a single Transaction Category
func (*APIConfig) HandleHealth ¶
func (apiConfig *APIConfig) HandleHealth(w http.ResponseWriter, r *http.Request)
func (*APIConfig) HandleListAccount ¶
func (apiConfig *APIConfig) HandleListAccount(w http.ResponseWriter, r *http.Request)
Listing accounts
func (*APIConfig) HandleListCategory ¶
func (apiConfig *APIConfig) HandleListCategory(w http.ResponseWriter, r *http.Request)
Retrieving a list of Transaction Categories
func (*APIConfig) HandleListTransaction ¶
func (apiConfig *APIConfig) HandleListTransaction(w http.ResponseWriter, r *http.Request)
List Transactions
func (*APIConfig) HandleSetAccountValue ¶
func (apiConfig *APIConfig) HandleSetAccountValue(w http.ResponseWriter, r *http.Request)
Account actions
func (*APIConfig) HandleUpdateTransaction ¶
func (apiConfig *APIConfig) HandleUpdateTransaction(w http.ResponseWriter, r *http.Request)
Updating Transactions
Click to show internal directories.
Click to hide internal directories.