v1

package
v0.0.0-...-85e3e2e Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	// contains filtered or unexported fields
}

func NewHandler

func NewHandler(servicesEVO IServicesEVO, servicesRemote IServicesRemote) *Handler

func (*Handler) Init

func (h *Handler) Init(api *gin.RouterGroup)

type IServicesEVO

type IServicesEVO interface {
	GetFilteredData(ctx context.Context, input domain.FilterSearchInput) ([]domain.Transaction, error)
	FetchExternTransactions(ctx context.Context, url string) (domain.Status, error)
}

type IServicesRemote

type IServicesRemote interface {
	Get(ctx context.Context, from, to *int) ([]domain.Transaction, error)
}

Directories

Path Synopsis
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.

Jump to

Keyboard shortcuts

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