Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateDebt ¶
type CreateDebt struct {
// contains filtered or unexported fields
}
func NewCreateDebtHandler ¶
func NewCreateDebtHandler(repository entity.DebtsRepository) *CreateDebt
func (*CreateDebt) Handle ¶
func (c *CreateDebt) Handle(w http.ResponseWriter, r *http.Request)
type ErrorResponse ¶
type GetDebts ¶
type GetDebts struct {
// contains filtered or unexported fields
}
func NewGetDebtsHandler ¶
func NewGetDebtsHandler(repository entity.DebtsRepository) *GetDebts
Click to show internal directories.
Click to hide internal directories.