package
Version:
v0.0.0-...-87c4436
Opens a new window with list of versions in this module.
Published: Apr 7, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
SetLogger specifies the logger that the package should use.
Client.
NewClient creates a new client.
type Logger interface {
Println(v ...interface{})
Printf(format string, v ...interface{})
}
Logger is an interface that represents the required methods to log data.
type Rate struct {
Value float64 `json:"value"`
}
Average exchange rate.
String representation of average exchange rate.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.