Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Db *storage.Database Validator *validator.Validate Logger *utility.Logger ExtReq request.ExternalRequest }
func (*Controller) CreateBilling ¶
func (base *Controller) CreateBilling(c *gin.Context)
func (*Controller) DeleteBilling ¶
func (base *Controller) DeleteBilling(c *gin.Context)
func (*Controller) GetBillingById ¶
func (base *Controller) GetBillingById(c *gin.Context)
func (*Controller) GetBillings ¶
func (base *Controller) GetBillings(c *gin.Context)
func (*Controller) UpdateBillingById ¶
func (base *Controller) UpdateBillingById(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.