controller

package
v0.0.0-...-c061cf9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2023 License: GPL-3.0 Imports: 23 Imported by: 0

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

type ErrorResponse struct {
	Description      string `json:"description"`
	ValidationErrors string `json:"validationErrors,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL