currency

package
v0.0.0-...-1e16040 Latest Latest
Warning

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

Go to latest
Published: Jul 24, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CurrencyService

type CurrencyService struct {
}

func (CurrencyService) FindCurrencies

type FindCurrenciesRequest

type FindCurrenciesRequest struct {
	Currency string    `json:"currency"`
	Finit    time.Time `json:"finit"`
	Fend     time.Time `json:"fend"`
}

type FindCurrenciesResponse

type FindCurrenciesResponse struct {
	Currencies map[string][]model.CurrencyResponse `json:"currencies"`
}

Jump to

Keyboard shortcuts

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