curr1

package
v0.0.0-...-96e0900 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2024 License: MIT Imports: 4 Imported by: 0

README

Package curr1
-------------
Manages currency data using json-tagged structs.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Currency

type Currency struct {
	Code    string `json:"currency_code"`
	Name    string `json:"currency_name"`
	Number  string `json:"currency_number"`
	Country string `json:"currency_country"`
}

func Find

func Find(table []Currency, filter string) []Currency

func Load

func Load(path string) []Currency

type CurrencyRequest

type CurrencyRequest struct {
	Get   string `json:"get"`
	Limit int    `json:"limit"`
}

Jump to

Keyboard shortcuts

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