Documentation
¶
Overview ¶
Package gcf_upload google cloud function is triggered by HTTP request and submits HTTP POST request body to google cloud storage bucket for further processing.
Index ¶
Constants ¶
View Source
const SuccessMsg = "Request submitted successfully. You will be notified with calculations and analytics shortly."
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateInterestRequest ¶
type CreateInterestRequest struct {
NewBanks []*NewBank `json:"new_banks" validate:"required,dive"` //nolint:tagliatelle
}
type NewBank ¶
type NewBank struct { Name string `json:"name" validate:"required"` NewDeposits []*NewDeposit `json:"new_deposits" validate:"required,dive"` //nolint:tagliatelle }
type NewDeposit ¶
Click to show internal directories.
Click to hide internal directories.