Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(log *zap.Logger, service *service.Service) *Controller
func (*Controller) RegisterAccountRoutes ¶
func (c *Controller) RegisterAccountRoutes(r *chi.Mux)
func (*Controller) RegisterTransactionRoutes ¶
func (c *Controller) RegisterTransactionRoutes(r *chi.Mux)
type ErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.