model

package
v0.0.0-...-4e79b59 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CurrencyMap = map[CurrencyType]string{
	USD: "USD",
	EUR: "EUR",
	CAD: "CAD",
}

Functions

This section is empty.

Types

type CurrencyType

type CurrencyType string
const (
	USD CurrencyType = "USD"
	EUR CurrencyType = "EUR"
	CAD CurrencyType = "CAD"
)

Currency Types supported by the system.

func (CurrencyType) IsValid

func (c CurrencyType) IsValid() bool

IsValid check if the currency type is supported.

Jump to

Keyboard shortcuts

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