source

package
v0.0.0-...-0471c36 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ECB

type ECB struct {
	XMLName xml.Name
	Days    []struct {
		Date       string `xml:"time,attr"`
		Currencies []struct {
			Code  string  `xml:"currency,attr"`
			Value float64 `xml:"rate,attr"`
		} `xml:"Cube"`
	} `xml:"Cube>Cube"`
}

func (*ECB) Get

func (e *ECB) Get(url string) error

func (*ECB) Insert

func (e *ECB) Insert(dsn string) error

Jump to

Keyboard shortcuts

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